-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.json
More file actions
62 lines (62 loc) · 1.6 KB
/
posts.json
File metadata and controls
62 lines (62 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"message": "This post has been removed.",
"username": "Alice",
"poster_group": "Far-right extremists",
"likes": [],
"reply_to": null,
"post_id": 1,
"is_removed": true,
"round": 1
},
{
"message": "They are controlling the weather through secret experiments!",
"username": "Bob",
"poster_group": "Political activists",
"likes": [],
"reply_to": null,
"post_id": 2,
"is_removed": false,
"round": 1
},
{
"message": "This post has been removed.",
"username": "Alice",
"poster_group": "Casual users",
"likes": [],
"reply_to": null,
"post_id": 3,
"is_removed": true,
"round": 1
},
{
"message": "They are controlling the weather through secret experiments!",
"username": "Bob",
"poster_group": "Political activists",
"likes": [],
"reply_to": null,
"post_id": 4,
"is_removed": false,
"round": 1
},
{
"message": "Just got a new coffee machine, life is good!",
"username": "Carol",
"poster_group": "Far-right extremists",
"likes": [],
"reply_to": null,
"post_id": 5,
"is_removed": false,
"round": 1
},
{
"message": "We must organize local rallies for political change!",
"username": "Alice",
"poster_group": "Conspiracy theorists",
"likes": [],
"reply_to": null,
"post_id": 6,
"is_removed": false,
"round": 1
}
]