Fix typos and update API keys in README

This commit is contained in:
Harshdeep Sharma
2026-02-11 17:39:13 +05:30
committed by yinwm
parent c704990cec
commit 9ec84c6630
2 changed files with 12 additions and 13 deletions

View File

@@ -73,7 +73,6 @@ func (c *BaseChannel) HandleMessage(senderID, chatID, content string, media []st
SessionKey: sessionKey,
Metadata: metadata,
}
}
c.bus.PublishInbound(msg)
}