mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Include unregistered users in blocked sync message.
This commit is contained in:
@@ -18,7 +18,7 @@ class PrivacySettingsRepository {
|
||||
SignalExecutors.BOUNDED.execute {
|
||||
val recipientDatabase = SignalDatabase.recipients
|
||||
|
||||
consumer(recipientDatabase.getBlocked().count)
|
||||
consumer(recipientDatabase.getBlocked().size)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user