mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix profile name not updating correctly.
This commit is contained in:
committed by
Greyson Parrelli
parent
d5cf8d36b3
commit
16faf41a84
@@ -4112,7 +4112,8 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
|
||||
PROFILE_FAMILY_NAME to null,
|
||||
PROFILE_JOINED_NAME to null,
|
||||
LAST_PROFILE_FETCH to 0,
|
||||
PROFILE_AVATAR to null
|
||||
PROFILE_AVATAR to null,
|
||||
PROFILE_SHARING to 0
|
||||
)
|
||||
.run {
|
||||
if (recipientId == null) {
|
||||
|
||||
Reference in New Issue
Block a user