From 59f39817a1f3e990eb538c508f04b935e2d8cdd9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 21 Sep 2023 14:43:41 -0500 Subject: [PATCH] adding user-id to ement --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index eb543765..1bea8635 100644 --- a/README.org +++ b/README.org @@ -4513,7 +4513,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it. "R" 'ement-room-send-reaction) (chris/leader-keys "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 ** Mastodon diff --git a/init.el b/init.el index 57298ca1..19a6dfea 100644 --- a/init.el +++ b/init.el @@ -3286,7 +3286,7 @@ interfere with the default `bongo-playlist-buffer'." "R" 'ement-room-send-reaction) (chris/leader-keys "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 :config