mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Update default plugins and docs (#2265)
* Update default plugins * Update plugin docs with missing plugin * Fixed broken link in docs * Update Code of Conduct in docs * Fix mixup that both plugins are moderation-actions * fix: adapt server tests to use the rich text plugin * fix: e2e * fix: sync docs
This commit is contained in:
@@ -16,7 +16,7 @@ describe('graph.mutations.createComment', () => {
|
||||
beforeEach(() => SettingsService.init());
|
||||
|
||||
const query = `
|
||||
mutation CreateComment($input: CreateCommentInput = {asset_id: 123, body: "Here's my comment!"}) {
|
||||
mutation CreateComment($input: CreateCommentInput = {asset_id: 123, body: "Here's my comment!", richTextBody: "Here's my comment!"}) {
|
||||
createComment(input: $input) {
|
||||
comment {
|
||||
id
|
||||
@@ -293,6 +293,7 @@ describe('graph.mutations.createComment', () => {
|
||||
input: {
|
||||
asset_id: '123',
|
||||
body,
|
||||
richTextBody: 'This is such a nice comment!',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user