Version 2026.07.08 release. First public tagged version.
This commit is contained in:
+2
-3
@@ -184,9 +184,8 @@ func (state *state) load() (string, error) {
|
||||
state.reset()
|
||||
return "", err
|
||||
}
|
||||
// the "message" permission was introduced in Skald 0.9,
|
||||
// so add it to tokens read from disk. We can remove this
|
||||
// hack in late 2024.
|
||||
// The "message" permission was introduced before the
|
||||
// Skald fork, so add it to older tokens read from disk.
|
||||
if !member("message", t.Permissions) {
|
||||
t.Permissions = append(t.Permissions, "message")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user