fix: #13892, logical flaw

This commit is contained in:
Julian Lam
2026-01-14 14:18:02 -05:00
parent a73ab8ee1e
commit 8b7d350e0a

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 {