mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
[CORL-51] show comment revisions (#2590)
* add comment revisions * reverse history order * add strings * update fixtures * fix fixtures
This commit is contained in:
@@ -501,6 +501,16 @@ export const baseComment = createFixture<GQLComment>({
|
||||
edges: [],
|
||||
pageInfo: { endCursor: null, hasNextPage: false },
|
||||
},
|
||||
editing: {
|
||||
edited: false,
|
||||
},
|
||||
revisionHistory: [
|
||||
{
|
||||
id: "revision",
|
||||
body: "Comment body",
|
||||
createdAt: "2018-07-06T18:24:00.000Z",
|
||||
},
|
||||
],
|
||||
revision: {
|
||||
actionCounts: {
|
||||
flag: {
|
||||
|
||||
Reference in New Issue
Block a user