add required provider to groupsettingsview so leave action can trigger #292

Merged
sarah merged 2 commits from fixLeave into trunk 2022-01-07 03:45:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6446b44a27 - Show all commits

View File

@ -239,7 +239,7 @@ class FlwtchWorker(context: Context, parameters: WorkerParameters) :
"SendInvitation" -> {
val profile = (a.get("ProfileOnion") as? String) ?: ""
val conversation = a.getInt("conversation").toLong()
val target = a.getInt("conversation").toLong()
val target = a.getInt("target").toLong()
Cwtch.sendInvitation(profile, conversation, target)
}
"ShareFile" -> {