initial reply revamp

It now understands mentions

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-08 10:25:50 -07:00
parent 4db06b015c
commit 8896d19f40
7 changed files with 254 additions and 85 deletions

View File

@@ -67,7 +67,8 @@ struct ContentView: View {
let timer = Timer.publish(every: 60, on: .main, in: .common).autoconnect()
let sub_id = UUID().description
let pubkey = "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"
let pubkey = MY_PUBKEY
let privkey = MY_PRIVKEY
var NotificationTab: some View {
ZStack(alignment: .center) {