mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 20:16:37 +02:00
BugFix for AppDefinitionEvent updates
This commit is contained in:
@@ -546,7 +546,7 @@ object LocalCache {
|
||||
}
|
||||
|
||||
// Already processed this event.
|
||||
if (note.event != null) return
|
||||
if (note.event?.id() == event.id()) return
|
||||
|
||||
if (event.createdAt > (note.createdAt() ?: 0)) {
|
||||
note.loadEvent(event, author, emptyList())
|
||||
|
Reference in New Issue
Block a user