Refactor Event Signing and Update Test Cases
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

- Changed the event signing method in App.svelte from `sign` to `signEvent` for clarity and consistency.
- Updated the privileged events test to replace `PrivateDirectMessage` with `DirectMessage`, aligning with the latest event kind definitions.
- Adjusted the bundle.js and bundle.js.map files to reflect the latest build changes and optimizations.
This commit is contained in:
2025-10-25 20:45:36 +01:00
parent fe0ed11ce4
commit 9abcb32030
4 changed files with 4 additions and 4 deletions

View File

@@ -248,7 +248,7 @@ func TestAllPrivilegedKinds(t *testing.T) {
kind.JWTBinding.K,
kind.ApplicationSpecificData.K,
kind.Seal.K,
kind.PrivateDirectMessage.K,
kind.DirectMessage.K,
}
for _, k := range privilegedKinds {