mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: New 'Reviewable' model to make reviewable items generic
Includes support for flags, reviewable users and queued posts, with REST API backwards compatibility. Co-Authored-By: romanrizzi <romanalejandro@gmail.com> Co-Authored-By: jjaffeux <j.jaffeux@gmail.com>
This commit is contained in:
@@ -3441,7 +3441,6 @@ export default {
|
||||
category_id: 1,
|
||||
word_count: 198,
|
||||
deleted_at: null,
|
||||
pending_posts_count: 0,
|
||||
draft: null,
|
||||
draft_key: "topic_28830",
|
||||
draft_sequence: null,
|
||||
@@ -3890,7 +3889,6 @@ export default {
|
||||
category_id: 24,
|
||||
word_count: 15,
|
||||
deleted_at: null,
|
||||
pending_posts_count: 0,
|
||||
user_id: 1,
|
||||
draft: null,
|
||||
draft_key: "topic_9",
|
||||
@@ -4455,7 +4453,6 @@ export default {
|
||||
category_id: 1,
|
||||
word_count: 15,
|
||||
deleted_at: null,
|
||||
pending_posts_count: 0,
|
||||
user_id: 1,
|
||||
draft: null,
|
||||
draft_key: "topic_9",
|
||||
@@ -4751,7 +4748,6 @@ export default {
|
||||
category_id: 1,
|
||||
word_count: 15,
|
||||
deleted_at: null,
|
||||
pending_posts_count: 0,
|
||||
user_id: 1,
|
||||
draft: null,
|
||||
draft_key: "topic_9",
|
||||
|
||||
Reference in New Issue
Block a user