Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-30 10:37:29 -07:00
parent ce989450f4
commit a88324333b
12 changed files with 289 additions and 68 deletions

View File

@@ -18,11 +18,6 @@ struct Profile: Decodable {
}
}
enum NostrKind: Int {
case metadata = 0
case text = 1
}
enum NostrTag {
case other_event(OtherEvent)
case key_event(KeyEvent)