Request sender keys as needed

This commit is contained in:
nielsandriesse
2020-08-12 12:08:10 +10:00
parent bed1600cbb
commit 418079732b
2 changed files with 11 additions and 2 deletions

View File

@@ -180,6 +180,7 @@ object ClosedGroupsProtocol {
insertInfoMessage(context, groupID, type, name, members, admins, threadID)
}
@JvmStatic
public fun requestSenderKey(context: Context, groupPublicKey: String, senderPublicKey: String) {
// Establish session if needed
ApplicationContext.getInstance(context).sendSessionRequestIfNeeded(senderPublicKey)