mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 22:41:31 +00:00
Clean
This commit is contained in:
parent
557eecffd1
commit
518e88bd0a
@ -111,7 +111,6 @@ object LokiPushNotificationManager {
|
||||
|
||||
@JvmStatic
|
||||
fun performOperation(context: Context, operation: ClosedGroupOperation, closedGroupPublicKey: String, publicKey: String) {
|
||||
Log.d("Loki", "Start to notify PN server of closed group.")
|
||||
if (!TextSecurePreferences.isUsingFCM(context)) { return }
|
||||
val parameters = mapOf( "closedGroupPublicKey" to closedGroupPublicKey, "pubKey" to publicKey )
|
||||
val url = "$server/${operation.rawValue}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user