Update channelcount
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2019-03-07 21:44:49 +01:00
parent 8681d448bf
commit ea6d779d4e
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -339,6 +339,8 @@ func (b *memoryBackend) TimelineGet(before, after, channel string) (microsub.Tim
timelineBackend := b.getTimeline(channel)
_ = b.updateChannelUnreadCount(channel)
return timelineBackend.Items(before, after)
}