fix: inability to directly post to a nodebb category from the fediverse

This commit is contained in:
Julian Lam
2024-11-18 14:23:59 -05:00
parent e4e6b1d245
commit 55ab85ac0d

View File

@@ -173,7 +173,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
topics.post({
tid,
uid: authorId,
cid,
cid: options.cid || cid,
pid: mainPid,
title,
timestamp,