mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Save username when applying update to AccountRecord.
This commit is contained in:
@@ -1036,6 +1036,7 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
|
||||
Log.w(TAG, "Avoided attempt to apply null profile key in account record update!")
|
||||
}
|
||||
|
||||
put(USERNAME, update.new.username)
|
||||
put(STORAGE_SERVICE_ID, Base64.encodeBytes(update.new.id.raw))
|
||||
|
||||
if (update.new.hasUnknownFields()) {
|
||||
|
||||
Reference in New Issue
Block a user