offline messages part 1

This commit is contained in:
ingvar1995 2016-06-04 22:17:32 +03:00
parent 453b5e25be
commit 42617c8816
4 changed files with 38 additions and 4 deletions

View file

@ -10,7 +10,8 @@ PAGE_SIZE = 42
MESSAGE_OWNER = {
'ME': 0,
'FRIEND': 1
'FRIEND': 1,
'NOT_SENT': 2
}