mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Q&A Fixes (#2866)
* Fix various Q&A moderation/tagging issues - Allow Staff members to have their questions answered and appropriately tagged - Properly filter answering for only top level questions (comments) - Add documentation around various moderation phases and comment creation steps - Remove unnecessary status filter when setting the status for a comment * fix: abstracted out perspective configs * fix: reworked tag injection * Fix sorting/unused imports Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
This commit is contained in:
co-authored by
Wyatt Johnson
parent
c052d37a6f
commit
769ab2a910
@@ -195,6 +195,7 @@ export default async function edit(
|
||||
await publishChanges(broker, {
|
||||
...result,
|
||||
...counts,
|
||||
commentRevisionID: result.revision.id,
|
||||
});
|
||||
|
||||
// Return the resulting comment.
|
||||
|
||||
Reference in New Issue
Block a user