diff --git a/bridge/portal.go b/bridge/portal.go index bcb573b..c7076b6 100644 --- a/bridge/portal.go +++ b/bridge/portal.go @@ -845,10 +845,6 @@ func (p *Portal) handleMatrixReaction(evt *event.Event) { } func (p *Portal) handleDiscordReaction(user *User, reaction *discordgo.MessageReaction, add bool) { - if user.ID == reaction.UserID { - return - } - intent := p.bridge.GetPuppetByID(reaction.UserID).IntentFor(p) var discordID string