fix bug where profile can be replaced by anyone in the CCN

This commit is contained in:
Danny Morabito 2025-03-19 19:09:48 +01:00
parent 7dbb4a522f
commit 4bd0839669
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(