Changed how posts are marked ephemeral
Этот коммит содержится в:
@@ -1355,3 +1355,7 @@ export function languages() {
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
export function isPostEphemeral(post) {
|
||||
return post.type === Constants.POST_TYPE_EPHEMERAL || post.state === Constants.POST_DELETED;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user