Add command to update room-specific config

This commit is contained in:
Tulir Asokan
2018-09-24 17:44:00 +03:00
parent fc23461445
commit 9d2d34a25c
6 changed files with 158 additions and 17 deletions
+1
View File
@@ -1,3 +1,4 @@
from .file_transfer import transfer_file_to_matrix, convert_image
from .format_duration import format_duration
from .signed_token import sign_token, verify_token
from .recursive_dict import recursive_del, recursive_set, recursive_get