mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Change/Fix: (ement-save-session-file) Use own token file
Stop using same file as matrix-client.el uses.
This commit is contained in:
parent
02567eec7e
commit
47b2870f97
1 changed files with 2 additions and 6 deletions
8
ement.el
8
ement.el
|
@ -93,12 +93,8 @@ synced.")
|
|||
"Save username and access token upon successful login."
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom ement-save-session-file "~/.cache/matrix-client.el.token"
|
||||
;; FIXME: Uses matrix-client.el token. This causes hair-pulling
|
||||
;; bugs if a transaction ID is reused, causing sent messages to
|
||||
;; appear to send but really the server says, nah, you already sent
|
||||
;; one with that ID, but here's an event ID to make it look like
|
||||
;; sending worked.
|
||||
(defcustom ement-save-session-file "~/.cache/ement.el.token"
|
||||
;; FIXME: Expand correct XDG cache directory (new in Emacs 27).
|
||||
"Save username and access token to this file."
|
||||
:type 'file)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue