mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #767] [Bug] mattermost机器人必须登录才可发送而mattermost是禁止机器人登录的 #520
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#520
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AEGEGE on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/767
软件版本 / Release Version
0.3.16
缺陷描述 / Description
mattermost通知,目前必须要验证用户登录才可使用,实际上mattermost用户可以创建自己的bot,bot是不可进行登陆的,仅需要api key及频道id即可实现消息发送。官方接口例子是这样的:
复现步骤 / Steps to reproduce
无法直接使用bot,仅能通过真是账户验证登录才可使用
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Jun 5, 2025):
你应该用 Webhook 通知渠道。