@@ -0,0 +1,10 @@
package main
import (
"context"
"upod/internal/cmd"
)
func main() {
cmd.Start(context.TODO())
}
The note is not visible to the blocked user.