Save username when applying update to AccountRecord.
This commit is contained in:
parent
b92346d4ae
commit
316df00287
1 changed files with 1 additions and 0 deletions
|
@ -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!")
|
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))
|
put(STORAGE_SERVICE_ID, Base64.encodeBytes(update.new.id.raw))
|
||||||
|
|
||||||
if (update.new.hasUnknownFields()) {
|
if (update.new.hasUnknownFields()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue