Finishing the rendering of card notes for DMs and live chats
This commit is contained in:
@@ -45,6 +45,10 @@ class DraftEvent(
|
||||
return cachedInnerEvent[signer.pubKey]
|
||||
}
|
||||
|
||||
fun preCachedDraft(pubKey: HexKey): Event? {
|
||||
return cachedInnerEvent[pubKey]
|
||||
}
|
||||
|
||||
fun allCache() = cachedInnerEvent.values
|
||||
|
||||
fun addToCache(
|
||||
|
||||
Reference in New Issue
Block a user