From 1ecae2deb79c7843356c88d5ae1a3d1ced00a2ee Mon Sep 17 00:00:00 2001 From: shoshin Date: Sun, 16 Oct 2022 21:00:12 -0500 Subject: Fix: auto-joiner look for membership instead of join_rule --- plugins.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.lisp b/plugins.lisp index d9834ad..5bd8c40 100644 --- a/plugins.lisp +++ b/plugins.lisp @@ -242,6 +242,6 @@ (defmethod handle-event :after ((client auto-joiner) (event invitation-event)) (when (equal "invite" - (getf (event-content event) :|join_rule|)) + (getf (event-content event) :|membership|)) (join-room client *room-id*))) -- cgit v1.2.3