mirror of
https://github.com/openmax-server/server.git
synced 2026-05-22 19:41:41 +03:00
Merge 3b7dbda79f into 2776051b17
This commit is contained in:
@@ -9,7 +9,7 @@ class Tools:
|
|||||||
photoId=None, updateTime=0,
|
photoId=None, updateTime=0,
|
||||||
firstName="Test", lastName="Account", options=[],
|
firstName="Test", lastName="Account", options=[],
|
||||||
description=None, accountStatus=0, profileOptions=[],
|
description=None, accountStatus=0, profileOptions=[],
|
||||||
includeProfileOptions=True, username=None
|
includeProfileOptions=True, username=None, type="ONEME"
|
||||||
):
|
):
|
||||||
contact = {
|
contact = {
|
||||||
"id": id,
|
"id": id,
|
||||||
@@ -182,4 +182,4 @@ class Tools:
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Возвращаем
|
# Возвращаем
|
||||||
return message, int(row.get("time"))
|
return message, int(row.get("time"))
|
||||||
|
|||||||
Reference in New Issue
Block a user