Add support for tags in Discord -> Matrix formatter
This commit is contained in:
3
user.go
3
user.go
@@ -675,9 +675,6 @@ func (user *User) channelUpdateHandler(_ *discordgo.Session, c *discordgo.Channe
|
||||
}
|
||||
|
||||
func (user *User) pushPortalMessage(msg interface{}, typeName, channelID, guildID string) {
|
||||
if user.Session.LogLevel == discordgo.LogDebug {
|
||||
fmt.Printf("%+v\n", msg)
|
||||
}
|
||||
if !user.bridgeMessage(guildID) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user