mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 08:32:34 +00:00
Request sender keys as needed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user