fix: #13892, logical flaw

This commit is contained in:
Julian Lam
2026-01-14 14:18:02 -05:00
parent a9fbcf2aeb
commit 98c0a3fedc

View File

@@ -310,7 +310,7 @@ Out.announce.topic = enabledCheck(async (tid, uid) => {
if (uid) {
const exists = await user.exists(uid);
if (!exists || !utils.isNumber(cid)) {
if (!exists) {
return;
}
} else {