diff --git a/pkg/connector/handlematrix.go b/pkg/connector/handlematrix.go index 2b176a5e..521dd480 100644 --- a/pkg/connector/handlematrix.go +++ b/pkg/connector/handlematrix.go @@ -546,7 +546,8 @@ func (t *TelegramClient) HandleMatrixMessage(ctx context.Context, msg *bridgev2. Msg("Multiple messages in send response") } realSentMessage = update.Message.(*tg.Message) - case *tg.UpdateReadChannelInbox, *tg.UpdateReadHistoryInbox, *tg.UpdateReadMonoForumInbox: + case *tg.UpdateReadChannelInbox, *tg.UpdateReadHistoryInbox, *tg.UpdateReadMonoForumInbox, + *tg.UpdateReadHistoryOutbox, *tg.UpdateReadChannelOutbox: // ignore default: log.Warn().Type("update_type", update).Msg("Unexpected update type in send message response")