Fixing merge issue

This commit is contained in:
Vitor Pamplona
2023-03-13 14:32:21 -04:00
parent 01818ff458
commit 75ed380449
@@ -469,7 +469,7 @@ object LocalCache {
val note = getOrCreateNote(event.id)
oldChannel.addNote(note)
note.loadEvent(event, author, emptyList(), emptyList())
note.loadEvent(event, author, emptyList())
refreshObservers()
}