Skip to content

Commit

Permalink
Add missing source to 'Unexpected m.room.member event' NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jun 2, 2023
1 parent 90f954f commit 7d583b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matrix_client/poller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ defmodule M51.MatrixClient.Poller do
_ ->
send.(%M51.Irc.Command{
tags: %{"account" => sender},
source: "server.",
command: "NOTICE",
params: [channel, "Unexpected m.room.member event: " <> Kernel.inspect(event)]
})
Expand Down

0 comments on commit 7d583b2

Please sign in to comment.