fixes mm-1316 improves channel notifications UI and updates channellist etag
Этот коммит содержится в:
@@ -53,6 +53,12 @@ func (o *ChannelList) Etag() string {
|
||||
t = member.LastViewedAt
|
||||
id = v.Id
|
||||
}
|
||||
|
||||
if member.LastUpdateAt > t {
|
||||
t = member.LastUpdateAt
|
||||
id = v.Id
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user