display webhook notifications to the creator of webhook
Этот коммит содержится в:
@@ -165,7 +165,7 @@ function handleNewPostEvent(msg) {
|
||||
}
|
||||
|
||||
// Send desktop notification
|
||||
if (UserStore.getCurrentId() !== msg.user_id) {
|
||||
if (UserStore.getCurrentId() !== msg.user_id || post.props.from_webhook === 'true') {
|
||||
const msgProps = msg.props;
|
||||
|
||||
let mentions = [];
|
||||
|
||||
Ссылка в новой задаче
Block a user