|
|
|
@ -633,7 +633,11 @@ open class Storage(
|
|
|
|
|
// Notify the user
|
|
|
|
|
val threadID = getOrCreateThreadIdFor(Address.fromSerialized(groupId))
|
|
|
|
|
threadDb.setDate(threadID, formationTimestamp)
|
|
|
|
|
insertOutgoingInfoMessage(context, groupId, SignalServiceGroup.Type.CREATION, title, members.map { it.serialize() }, admins.map { it.serialize() }, threadID, formationTimestamp)
|
|
|
|
|
|
|
|
|
|
// ACL Note: Commenting out this line prevents the timestamp of room creation being added to a new closed group,
|
|
|
|
|
// which in turn allows us to show the `groupNoMessages` control message text.
|
|
|
|
|
//insertOutgoingInfoMessage(context, groupId, SignalServiceGroup.Type.CREATION, title, members.map { it.serialize() }, admins.map { it.serialize() }, threadID, formationTimestamp)
|
|
|
|
|
|
|
|
|
|
// Don't create config group here, it's from a config update
|
|
|
|
|
// Start polling
|
|
|
|
|
ClosedGroupPollerV2.shared.startPolling(group.accountId)
|
|
|
|
|