offline messages part 1
This commit is contained in:
parent
453b5e25be
commit
42617c8816
4 changed files with 38 additions and 4 deletions
|
@ -10,7 +10,8 @@ PAGE_SIZE = 42
|
|||
|
||||
MESSAGE_OWNER = {
|
||||
'ME': 0,
|
||||
'FRIEND': 1
|
||||
'FRIEND': 1,
|
||||
'NOT_SENT': 2
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue