mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
fix: inability to directly post to a nodebb category from the fediverse
This commit is contained in:
@@ -173,7 +173,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
|
|||||||
topics.post({
|
topics.post({
|
||||||
tid,
|
tid,
|
||||||
uid: authorId,
|
uid: authorId,
|
||||||
cid,
|
cid: options.cid || cid,
|
||||||
pid: mainPid,
|
pid: mainPid,
|
||||||
title,
|
title,
|
||||||
timestamp,
|
timestamp,
|
||||||
|
|||||||
Reference in New Issue
Block a user