adding user-id to ement

This commit is contained in:
Chris Cochrun 2023-09-21 14:43:41 -05:00
parent 612f521567
commit 59f39817a1
2 changed files with 2 additions and 2 deletions

View file

@ -4513,7 +4513,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it.
"R" 'ement-room-send-reaction) "R" 'ement-room-send-reaction)
(chris/leader-keys (chris/leader-keys
"oM" 'ement-list-rooms)) "oM" 'ement-list-rooms))
(ement-connect :uri-prefix "http://localhost:8008") (ement-connect :uri-prefix "http://localhost:8008" :user-id "@chriscochrun:tfcconnection.org")
#+end_src #+end_src
** Mastodon ** Mastodon

View file

@ -3286,7 +3286,7 @@ interfere with the default `bongo-playlist-buffer'."
"R" 'ement-room-send-reaction) "R" 'ement-room-send-reaction)
(chris/leader-keys (chris/leader-keys
"oM" 'ement-list-rooms)) "oM" 'ement-list-rooms))
(ement-connect :uri-prefix "http://localhost:8008") (ement-connect :uri-prefix "http://localhost:8008" :user-id "@chriscochrun:tfcconnection.org")
(use-package mastodon (use-package mastodon
:config :config