Refactored post handling/updating on both the client and server.
Этот коммит содержится в:
@@ -765,7 +765,7 @@ function switchChannel(channel, teammateName) {
|
||||
|
||||
AsyncClient.getChannels(true, true, true);
|
||||
AsyncClient.getChannelExtraInfo(true);
|
||||
AsyncClient.getPosts(true, channel.id, Constants.POST_CHUNK_SIZE);
|
||||
AsyncClient.getPosts(channel.id);
|
||||
|
||||
$('.inner__wrap').removeClass('move--right');
|
||||
$('.sidebar--left').removeClass('move--right');
|
||||
|
||||
Ссылка в новой задаче
Block a user