Remove unnecessary user parameter in parseMatrixHTML

This commit is contained in:
Tulir Asokan
2023-02-27 22:47:45 +02:00
parent af52979669
commit 6365db46cc
3 changed files with 12 additions and 17 deletions

View File

@@ -97,6 +97,8 @@ func (br *DiscordBridge) Init() {
br.CommandProcessor = commands.NewProcessor(&br.Bridge)
br.RegisterCommands()
matrixHTMLParser.PillConverter = br.pillConverter
br.DB = database.New(br.Bridge.DB, br.Log.Sub("Database"))
discordLog = br.ZLog.With().Str("component", "discordgo").Logger()