mirror of
https://github.com/vale981/ement.el
synced 2025-03-06 01:31:41 -05:00
Fix: (ement--sync) Timed out message
This commit is contained in:
parent
b11d6c7689
commit
fc9293de2c
1 changed files with 1 additions and 1 deletions
2
ement.el
2
ement.el
|
@ -365,7 +365,7 @@ a filter ID). When unspecified, the value of
|
|||
(error (substitute-command-keys
|
||||
"\\<ement-room-mode-map>Ement sync timed out (%s). Press \\[ement-room-sync] in a room buffer to sync again")
|
||||
(ement-user-id (ement-session-user session)))
|
||||
(message "Sync timed out (%s). Syncing again..." (ement-user-id (ement-session-user session)))
|
||||
(message "Ement: Sync timed out (%s). Syncing again..." (ement-user-id (ement-session-user session)))
|
||||
(ement--sync session)))
|
||||
(_ (signal 'ement-api-error (list "Unrecognized error" plz-error)))))
|
||||
:json-read-fn (lambda ()
|
||||
|
|
Loading…
Add table
Reference in a new issue