mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 14:01:22 +02:00
Fixes logs for account
This commit is contained in:
@@ -1785,7 +1785,7 @@ class Account(
|
|||||||
|
|
||||||
scope.launch {
|
scope.launch {
|
||||||
LocalCache.live.newEventBundles.collect { newNotes ->
|
LocalCache.live.newEventBundles.collect { newNotes ->
|
||||||
logTime("Account ${userProfile()} newEventBundle Update with ${newNotes.size} new notes") {
|
logTime("Account ${userProfile().toBestDisplayName()} newEventBundle Update with ${newNotes.size} new notes") {
|
||||||
upgradeAttestations()
|
upgradeAttestations()
|
||||||
newNotesPreProcessor.runNew(newNotes)
|
newNotesPreProcessor.runNew(newNotes)
|
||||||
}
|
}
|
||||||
@@ -1794,7 +1794,7 @@ class Account(
|
|||||||
|
|
||||||
scope.launch {
|
scope.launch {
|
||||||
LocalCache.live.deletedEventBundles.collect { newNotes ->
|
LocalCache.live.deletedEventBundles.collect { newNotes ->
|
||||||
logTime("Account ${userProfile()} deletedEventBundle Update with ${newNotes.size} new notes") {
|
logTime("Account ${userProfile().toBestDisplayName()} deletedEventBundle Update with ${newNotes.size} new notes") {
|
||||||
newNotesPreProcessor.runDeleted(newNotes)
|
newNotesPreProcessor.runDeleted(newNotes)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user