Show Syncing Message + Update libcwtch-go to fix message fetching issues #76

Merged
dan merged 3 commits from notification-fixes into trunk 2021-06-30 00:30:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9c9ea38456 - Show all commits

View File

@ -178,7 +178,7 @@ class FlwtchWorker(context: Context, parameters: WorkerParameters) :
"CreateGroup" -> {
val profile = (a.get("ProfileOnion") as? String) ?: ""
val server = (a.get("server") as? String) ?: ""
val groupName = (a.get("groupname") as? String) ?: ""
val groupName = (a.get("groupName") as? String) ?: ""
Cwtch.createGroup(profile, server, groupName)
}
"DeleteProfile" -> {