parent
967c374213
commit
bcff186b10
1 changed files with 2 additions and 0 deletions
|
@ -1228,6 +1228,8 @@ public class DatabaseFactory {
|
|||
members.add(DelimiterUtil.escape(DelimiterUtil.unescape(address, ' '), ','));
|
||||
}
|
||||
|
||||
members.add(DelimiterUtil.escape(TextSecurePreferences.getLocalNumber(context), ','));
|
||||
|
||||
String encodedGroupId = "__signal_mms_group__!" + Hex.toStringCondensed(groupId);
|
||||
ContentValues groupValues = new ContentValues();
|
||||
ContentValues threadValues = new ContentValues();
|
||||
|
|
Loading…
Add table
Reference in a new issue