Remove presence lists (#4989)

Remove presence list support as per MSC 1819
This commit is contained in:
Neil Johnson 2019-04-03 11:11:15 +01:00 committed by GitHub
parent 8f549c1177
commit e8419554ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 23 additions and 456 deletions

View file

@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 53
SCHEMA_VERSION = 54
dir_path = os.path.abspath(os.path.dirname(__file__))