Switches the metadata relay for the relay being used with the most amount of posts to be the relayhint

This commit is contained in:
Vitor Pamplona
2026-02-04 17:38:01 -05:00
parent a67fe859e8
commit 4ced055035
6 changed files with 23 additions and 18 deletions
@@ -110,7 +110,7 @@ class DesktopLocalCache : ICacheProvider {
if (user.metadata().shouldUpdateWith(event)) {
val newUserMetadata = event.contactMetaData()
if (newUserMetadata != null) {
user.updateUserInfo(newUserMetadata, event, null)
user.updateUserInfo(newUserMetadata, event)
}
}
}