mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 02:23:10 -06:00
Fix copy & paste error
This commit is contained in:
parent
767e223c60
commit
78398775fd
|
|
@ -147,7 +147,7 @@ func (s *OutputRoomEventConsumer) storeMessageStats(ctx context.Context, eventTy
|
||||||
}
|
}
|
||||||
// Clear stats if we successfully stored it
|
// Clear stats if we successfully stored it
|
||||||
if err == nil {
|
if err == nil {
|
||||||
stats.MessagesE2EE = 0
|
stats.Messages = 0
|
||||||
stats.SentMessages = 0
|
stats.SentMessages = 0
|
||||||
stats.MessagesE2EE = 0
|
stats.MessagesE2EE = 0
|
||||||
stats.SentMessagesE2EE = 0
|
stats.SentMessagesE2EE = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue