commands: Add backlog fetching back.
This commit is contained in:
parent
8edbb1bfa9
commit
dc8df67f55
5 changed files with 70 additions and 15 deletions
2
main.py
2
main.py
|
|
@ -55,7 +55,7 @@ from matrix.completion import (init_completion, matrix_command_completion_cb,
|
|||
matrix_user_completion_cb)
|
||||
from matrix.config import (MatrixConfig, config_log_category_cb,
|
||||
config_log_level_cb, config_server_buffer_cb,
|
||||
matrix_config_reload_cb)
|
||||
matrix_config_reload_cb, config_pgup_cb)
|
||||
from matrix.globals import SCRIPT_NAME, SERVERS, W
|
||||
from matrix.server import (MatrixServer, create_default_server,
|
||||
matrix_config_server_change_cb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue