mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +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({
|
||||
tid,
|
||||
uid: authorId,
|
||||
cid,
|
||||
cid: options.cid || cid,
|
||||
pid: mainPid,
|
||||
title,
|
||||
timestamp,
|
||||
|
||||
Reference in New Issue
Block a user