Version 2026.07.08 release. First public tagged version.

This commit is contained in:
Storm Dragon
2026-07-08 22:38:29 -04:00
parent 8696c98d6d
commit 9a9742e066
14 changed files with 19 additions and 817 deletions
+2 -3
View File
@@ -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")
}