Finishing the rendering of card notes for DMs and live chats

This commit is contained in:
Vitor Pamplona
2024-04-01 17:07:27 -04:00
parent 29a43f82e6
commit e898d58239
8 changed files with 264 additions and 23 deletions
@@ -45,6 +45,10 @@ class DraftEvent(
return cachedInnerEvent[signer.pubKey]
}
fun preCachedDraft(pubKey: HexKey): Event? {
return cachedInnerEvent[pubKey]
}
fun allCache() = cachedInnerEvent.values
fun addToCache(