Removed UI for quiet mode and added UI to set when a channel will be marked unread in the sidebar
Этот коммит содержится в:
@@ -72,6 +72,7 @@ type ChannelStore interface {
|
||||
UpdateLastViewedAt(channelId string, userId string) StoreChannel
|
||||
IncrementMentionCount(channelId string, userId string) StoreChannel
|
||||
UpdateNotifyLevel(channelId string, userId string, notifyLevel string) StoreChannel
|
||||
UpdateMarkUnreadLevel(channelId string, userId string, markUnreadLevel string) StoreChannel
|
||||
}
|
||||
|
||||
type PostStore interface {
|
||||
|
||||
Ссылка в новой задаче
Block a user