Well, sending messages took longer than it should have
This commit is contained in:
54
db/db.json
54
db/db.json
@@ -4,6 +4,7 @@
|
||||
"fullName": "Founder"
|
||||
},
|
||||
"MEMBER-1": {
|
||||
"id": 1,
|
||||
"email": "samrussell99@pm.me",
|
||||
"firstName": "Sam",
|
||||
"lastName": "Russell",
|
||||
@@ -18,6 +19,22 @@
|
||||
"tokenUsed": "810387b6-851e-4883-b9a3-c59703dc0fc9",
|
||||
"joined": "11.24.2025-12:54:360784am"
|
||||
},
|
||||
"MEMBER-2": {
|
||||
"id": 2,
|
||||
"email": "nate@sun.museum",
|
||||
"firstName": "Nate",
|
||||
"lastName": "De Luna",
|
||||
"password": "$argon2id$v=19$m=65536,t=3,p=4$laoMb54lVHlXD+VsWe2lNg$YSNqIk/MC32jUc+Hj48LBTSul3+WXQAyfYasfH6L0k4",
|
||||
"address": {
|
||||
"address1": "2014 E 9th St",
|
||||
"address2": "Unit A",
|
||||
"zip": "78702",
|
||||
"state": "Texas",
|
||||
"city": "Austin"
|
||||
},
|
||||
"tokenUsed": "1d57b6e0-e6c3-4ab6-808f-72b64b8303ee",
|
||||
"joined": "11.25.2025-6:34:040998pm"
|
||||
},
|
||||
"TOKEN-810387b6-851e-4883-b9a3-c59703dc0fc9": {
|
||||
"index": 1,
|
||||
"url": "https://hyperia.so/signup?token=",
|
||||
@@ -64,7 +81,7 @@
|
||||
"index": 8,
|
||||
"url": "https://hyperia.so/signup?token=",
|
||||
"uuid": "1d57b6e0-e6c3-4ab6-808f-72b64b8303ee",
|
||||
"used": false
|
||||
"used": true
|
||||
},
|
||||
"TOKEN-67264f06-c4b1-4334-8ba8-0e5e045021df": {
|
||||
"index": 9,
|
||||
@@ -322,6 +339,41 @@
|
||||
"text": "This is the first message ever.",
|
||||
"time": "11.24.2025-12:54:360784am",
|
||||
"sentBy": "MEMBER-1"
|
||||
},
|
||||
"POST-HY-2": {
|
||||
"text": "asdf",
|
||||
"sentBy": "MEMBER-1",
|
||||
"time": "11.25.2025-5:36:510165pm"
|
||||
},
|
||||
"POST-HY-3": {
|
||||
"text": "Hey guys!",
|
||||
"sentBy": "MEMBER-2",
|
||||
"time": "11.25.2025-6:35:420148pm"
|
||||
},
|
||||
"POST-HY-4": {
|
||||
"text": "(I am not real)",
|
||||
"sentBy": "MEMBER-2",
|
||||
"time": "11.25.2025-6:43:280160pm"
|
||||
},
|
||||
"POST-HY-5": {
|
||||
"text": "asd",
|
||||
"sentBy": "MEMBER-2",
|
||||
"time": "11.25.2025-9:02:490950pm"
|
||||
},
|
||||
"CONVERSATION-1": {
|
||||
"id": 1,
|
||||
"between": [
|
||||
"MEMBER-1",
|
||||
"MEMBER-2"
|
||||
],
|
||||
"lastUpdated": "11.25.2025-6:43:280160pm"
|
||||
},
|
||||
"DM-1": {
|
||||
"id": 1,
|
||||
"conversation": "CONVERSATION-1",
|
||||
"from": "MEMBER-1",
|
||||
"text": "What's up?",
|
||||
"time": "11.25.2025-6:43:280160pm"
|
||||
}
|
||||
},
|
||||
"edges": {}
|
||||
|
||||
Reference in New Issue
Block a user