- converting messages and methods into one context per event
@@ -34,9 +34,9 @@ func WithPermissions(perms ...Permission) Option {
return func(b *bolt) {
var fullPerms dg.Intent
for _, p := range perms {
if p == AdminPermissions {
b.admin = true
}
// if p == AdminPermissions {
// b.admin = true
// }
fullPerms |= dg.Intent(p)
The note is not visible to the blocked user.