Forum Moderators: phranque
(1) What's up, Rob! - - - -
- - - - (2) Not much, csdude, what's up with you?
(3) Nuthin much, just chillin - - - -
[
{
user: you,
contacts: [
{
name: "rob",
messages: [
{
body: "Wuzzup!"
sent: true,
timestamp: '2021/11/24/1200'
}
{
body: "Howdy!"
sent: false,
timestamp: '2021/11/24/1159'
}
]
},
{
name: "alice",
....
}
},
{
user: rob,
contacts: [
{
name: "you",
.....
}
]
}
]
# pm_messages
ID | MESSAGE
---------------------
1 | What's up, Rob!
2 | Not much, csdude, what's up with you?
3 | Nuthin much, just chillin
# pm_userlist
RECIPIENT | SENDER | FOLDER | REF_ID
-----------------------------------------------------------
robzilla | csdude55 | inbox | 1
csdude55 | robzilla | sent | 1
csdude55 | robzilla | inbox | 2
robzilla | csdude55 | sent | 2
robzilla | csdude55 | inbox | 3
csdude55 | robzilla | sent | 3