Fix inbox relays, add time functions

This commit is contained in:
Jon Staab
2024-10-02 11:51:14 -07:00
parent b12f4aec4d
commit 7af86f42cf
7 changed files with 126 additions and 10 deletions
-2
View File
@@ -83,5 +83,3 @@ export const getWotScore = (pubkey: string, target: string) => {
return follows.length - mutes.length
}
export const getUserWotScore = (pubkey: string) => wotGraph.get().get(pubkey) || 0