-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
73 lines (71 loc) · 1.85 KB
/
db.json
File metadata and controls
73 lines (71 loc) · 1.85 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
63
64
65
66
67
68
69
70
71
72
73
{
"dialogs": [
{
"id": "12",
"peerId": "Sheldhur Mornor",
"message": "lol",
"seenStatus": "just now",
"dialogPhoto": "https://dialogimages-dqlojtlzna.now.sh/dialog/dialog0.jpg",
"status": "waiting",
"unreadCount": 10
},
{
"id": "10",
"peerId": "aaaaaaaaaaa",
"message": "Am I good, aren't I ???",
"seenStatus": "just now",
"dialogPhoto": "https://dialogimages-dqlojtlzna.now.sh/dialog/dialog1.jpg",
"status": "waiting"
},
{
"id": "15",
"peerId": "Maks",
"message": "ADMINS, where are you?",
"seenStatus": "online",
"dialogPhoto": "https://dialogimages-dqlojtlzna.now.sh/dialog/dialog2.jpg",
"status": "online"
}
],
"groups": [
{
"id": "12",
"peerId": "JavaScript",
"message": "last message",
"seenStatus": "3.40 pm",
"dialogPhoto": "https://dialogimages-dqlojtlzna.now.sh/dialog/dialog5.jpg",
"unreadCount": 228
},
{
"id": "10",
"peerId": "React - English-speaking community",
"message": "last message",
"seenStatus": "3.14 pm",
"dialogPhoto": "https://dialogimages-dqlojtlzna.now.sh/dialog/dialog3.jpg",
"unreadCount": 540
},
{
"id": "15",
"peerId": "Webpack - English-speaking community",
"message": "last message",
"seenStatus": "3.11 pm",
"dialogPhoto": "https://dialogimages-dqlojtlzna.now.sh/dialog/dialog4.jpg",
"unreadCount": 820
}
],
"numbers": [
{
"id": "10",
"numberId": "+ 7 952 394-33-30",
"status": "Unsaved",
"callCount": 2,
"time": "17:23"
},
{
"id": "12",
"numberId": "+ 7 952 154-65-63",
"status": "Unsaved",
"callCount": 6,
"time": "21:55"
}
]
}