@@ -0,0 +1,12 @@
package main
import (
"log"
"github.com/sjzar/chatlog/cmd/chatlog"
)
func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
chatlog.Execute()
}
The note is not visible to the blocked user.