dismiss deleted message in RHS (#6914)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6a056a0042
Коммит
b1322746d2
@@ -332,13 +332,6 @@ export function emitPreferencesDeletedEvent(preferences) {
|
||||
});
|
||||
}
|
||||
|
||||
export function emitRemovePost(post) {
|
||||
AppDispatcher.handleViewAction({
|
||||
type: Constants.ActionTypes.REMOVE_POST,
|
||||
post
|
||||
});
|
||||
}
|
||||
|
||||
export function sendEphemeralPost(message, channelId) {
|
||||
const timestamp = Utils.getTimestamp();
|
||||
const post = {
|
||||
|
||||
Ссылка в новой задаче
Block a user