Fix spinner build.

This commit is contained in:
Michelle Tang
2026-08-12 12:55:29 -04:00
parent 14e0f6dfd3
commit d5714c986f
@@ -422,7 +422,7 @@ class ApiPlugin : Plugin {
}
if (blocked) {
SignalDatabase.recipients.setBlocked(recipientId, true)
SignalDatabase.recipients.setBlocked(recipientId, true, 0)
}
if (hidden) {
@@ -484,7 +484,7 @@ class ApiPlugin : Plugin {
val groupRecipientId = SignalDatabase.recipients.getOrInsertFromGroupId(groupId)
if (blocked) {
SignalDatabase.recipients.setBlocked(groupRecipientId, true)
SignalDatabase.recipients.setBlocked(groupRecipientId, true, 0)
}
SignalDatabase.recipients.setProfileSharing(groupRecipientId, profileSharing)