add group message popup notifications #56

Merged
sarah merged 4 commits from groupnotifs into trunk 2021-06-17 00:00:13 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 204cc35e0d - Show all commits

6
lib.go
View File

@ -1,6 +1,6 @@
package cwtch
//package cwtch
//package main
package main
import "C"
import (
@ -739,4 +739,4 @@ func ShutdownCwtch() {
}
// Leave as is, needed by ffi
//func main() {}
func main() {}