mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
parent
967c374213
commit
bcff186b10
@ -1228,6 +1228,8 @@ public class DatabaseFactory {
|
|||||||
members.add(DelimiterUtil.escape(DelimiterUtil.unescape(address, ' '), ','));
|
members.add(DelimiterUtil.escape(DelimiterUtil.unescape(address, ' '), ','));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
members.add(DelimiterUtil.escape(TextSecurePreferences.getLocalNumber(context), ','));
|
||||||
|
|
||||||
String encodedGroupId = "__signal_mms_group__!" + Hex.toStringCondensed(groupId);
|
String encodedGroupId = "__signal_mms_group__!" + Hex.toStringCondensed(groupId);
|
||||||
ContentValues groupValues = new ContentValues();
|
ContentValues groupValues = new ContentValues();
|
||||||
ContentValues threadValues = new ContentValues();
|
ContentValues threadValues = new ContentValues();
|
||||||
|
Loading…
Reference in New Issue
Block a user