mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 17:33:09 -06:00
fix typo
This commit is contained in:
parent
1de4050962
commit
6c1412de01
|
|
@ -62,7 +62,7 @@ func (t *OutputTypingEventConsumer) Start() error {
|
|||
return t.consumer.Start()
|
||||
}
|
||||
|
||||
// onMessage is called for OutputTypingEvent recieved from the typing servers.
|
||||
// onMessage is called for OutputTypingEvent received from the typing servers.
|
||||
// Parses the msg, creates a matrix federation EDU and sends it to joined hosts.
|
||||
func (t *OutputTypingEventConsumer) onMessage(msg *sarama.ConsumerMessage) error {
|
||||
// Extract the typing event from msg.
|
||||
|
|
|
|||
Loading…
Reference in a new issue