Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

fix: post channel reminders as custom message type #220

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

kemenaran
Copy link
Contributor

This fixes the "@channel" and "@here" keywords not triggering mentions.

By default, bot users are not allowed to trigger channel mentions. However, if the message type is not the default, this check is bypassed.

This was discussed with the mattermost-server folks, and it seems an approved workaround for this issue.

Fix #204

This fixes the "@channel" and "@here" keywords not triggering
mentions.

By default, bot users are not allowed to trigger channel mentions.
However, if the message type is not the default, this check is bypassed.

Fix scottleedavis#204
Copy link
Collaborator

@hanzei hanzei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hanzei hanzei added this to the v0.5.0 milestone Sep 18, 2022
@hanzei hanzei merged commit c63b637 into scottleedavis:master Sep 18, 2022
@Roy-Orbison
Copy link

@hanzei I strongly recommend you actually try the test case from the issue you've just auto-closed. I think you'll find it does not solve the issue at all, and @kemenaran should probably have corrected his commit message.

@scottleedavis
Copy link
Owner

awaiting response from mm team regarding #195 (comment) before movement on this issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot set reminders for @channel, @all, and @here
4 participants