create fake database until real DB is implemented
This commit is contained in:
26
test_data/messages.json
Normal file
26
test_data/messages.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"ID": "1",
|
||||
"UserID": 1,
|
||||
"Body": "hello",
|
||||
"Timestamp": 1234567890
|
||||
},
|
||||
{
|
||||
"ID": "2",
|
||||
"UserID": 2,
|
||||
"Body": "world",
|
||||
"Timestamp": 1234567890
|
||||
},
|
||||
{
|
||||
"ID": "3",
|
||||
"UserID": 1,
|
||||
"Body": "abababa",
|
||||
"Timestamp": 1234567890
|
||||
},
|
||||
{
|
||||
"ID": "4",
|
||||
"UserID": 2,
|
||||
"Body": "bitch",
|
||||
"Timestamp": 1234567890
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user