whoops, fix embarassing bugs where profiles could be edited by everyone

This commit is contained in:
Danny Morabito 2025-03-19 19:07:34 +01:00
parent 65c34e6811
commit dacf95505e
Signed by: dannym
GPG key ID: 7CC8056A5A04557E

View file

@ -84,7 +84,7 @@ export function isRegularEvent(kind: number): boolean {
} }
export function isCCNReplaceableEvent(kind: number): boolean { export function isCCNReplaceableEvent(kind: number): boolean {
return (kind >= 60000 && kind < 65536) || kind === 0; return (kind >= 60000 && kind < 65536);
} }
export function parseATagQuery( export function parseATagQuery(