Switches the metadata relay for the relay being used with the most amount of posts to be the relayhint
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user