notes about user and bug fixes

This commit is contained in:
ingvar1995
2016-06-04 15:19:15 +03:00
parent 8fb263dadc
commit 453b5e25be
7 changed files with 64 additions and 12 deletions

View File

@@ -80,7 +80,8 @@ class Settings(Singleton, dict):
'typing_notifications': False,
'calls_sound': True,
'blocked': [],
'plugins': []
'plugins': [],
'notes': {}
}
@staticmethod