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