boosts working

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-10 14:41:34 -07:00
parent bd49c8a9d1
commit 040ffdf9f5
10 changed files with 127 additions and 54 deletions

View File

@@ -7,8 +7,8 @@
import Foundation
struct Liked {
let like: NostrEvent
struct Counted {
let event: NostrEvent
let id: String
let total: Int
}