问题标签 [mattermost]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
go - 如果其中一项要求是 +incompatible,则在 go.mod 中获取最新版本
我有 go.mod 文件,带有 require,如果github.com/mattermost/mattermost-server v5.11.1+incompatible
github 中有新版本的库,则其中之一5.17.1
。
我下载最新版本并使用它,但是当我运行go mod init
我的 go.mod 时包含5.11.1+incompatible
版本。
如何配置 go.mod 文件以使用最新版本?
webhooks - Mattermost 传入的 webhook:如何捆绑消息?
我的机器人使用传入的 webhook 向 Mattermost 发布多行消息。它们工作得很好,但我希望用户可以单独对每一行做出反应或回复。
当普通用户在没有中断或大延迟的情况下发布多条消息时,它们会在单个用户标题下连续呈现,而在其他方面则表现得像单独的帖子。这是我想要的行为。
但是,如果我的机器人快速连续发布多条消息,每条消息都会得到一个完整的标题,其中包含头像、名称、时间戳和空格,就好像它们是不相关的帖子一样,由此产生的外观对我来说是不可用的。
有没有办法解决?
zabbix - Zabbix Mattermost 通知集成 - 测试 Mattermost 媒体类型时连接到“localhost”时超时
我正在尝试将我们的mattermost与zabbix集成以接收警报通知。我已按照此链接上的说明进行操作。我们使用 Zabbix 4.4 和 MM 5.19。启用集成后,Mattermost 上不会发布任何警报。我尝试在 Administration > Media Types > Mattermost > Test 上测试媒体类型。我添加了以下参数,但它抛出错误:连接到 Zabbix 服务器“localhost”时超过 3 秒的连接超时。
尝试将 {ZABBIX_URL} 更改为http://127.0.0.1和http://zabbix.our-company.com(DNS 仅在内部解析,但我们最重要的是在公共网络上可用)但它们都不起作用。我检查了 /var/log/zabbix 里面的日志,但没有错误或任何东西。我什至尝试将 zabbix 日志置于调试模式,但无论如何都没有运气,我得到的唯一调试日志如下:
可能是什么问题?有没有办法“调试”并找到这个错误的根本原因?任何帮助表示赞赏!请注意,现在我们已经将 Slack 与 Zabbix 集成,它运行良好,但我们正在迁移到 Mattermost,因此,我们也需要迁移集成。
kubernetes - 如何配置 Mattermost 插件
我已将Helm Chart中的 Mattermost Team Edition 部署
到我的 k8s 集群上,并且运行良好。问题是该config.json
文件是作为秘密挂载的,因此无法从 UI 进行配置,而是在 helm 图表中 values.yaml 的一部分的 config.json 中进行配置。如何配置插件?对于初学者,我想启用缩放插件
这是启用插件的正确方法吗?如何配置插件,尤其是缩放需要 API 凭据..
windows - Mattermost Webhook (Windows):使用 cURL 将表格发送到频道
我试图弄清楚如何使用 cURL 命令将表格发送到最重要的频道。
mattermost指令中的命令不适用于 windows 。这就是我的代码目前的样子。我按照手册中的说明进行操作。在本手册中是 linux/mac 的命令
但该命令未转换为表格 - 显示为正常消息
flutter - Making a custom mattermost client with Flutter, but login headers do not return the necessary headers
Summary
Cannot get headers [“Set-Cookie”] when login into the system with custom login
Steps to reproduce
Use Postman, try to login to workspace with your credentials, view headers. You will not see the “Set-Cookie”</p>
Expected behavior
Request headers should have the “Set-Cookie” headers.
Observed behavior
Request headers does not have the “Set-Cookie” headers.
Extra info for context
Im currently developing a custom app for our company using mattermost as the backbone. I created the login and moved on to design the rest of the app, when I went to start making api request all of them would fail. After checking the web client to verify why they were failing, I saw the login had the “set-cookie” headers and they would be used in every request. There I understood my problem.
I needed the set-cookies for every request, so I went and checked the request headers in the app response headers and saw that they were not there. After that I tried with a custom backend that would do the request, same not there. After that I went to postman and same. Without the data in the set-cookies I can’t continue.
Any help would be appreciated,
json - 如何在 Mattermost 中从 Bot 向用户发送直接消息
到目前为止,我只使用该机器人向频道发送消息。你看起来像这样。
如何向用户发送简单的直接消息?直接香奈儿的网址是:“/api/v4/channel/direct”对吗?所以尝试发送它。作为回复,我得到这个“错字?您是否缺少作为 url 的一部分的 team_id 或 user_id?” 没关系,因为我没有设置接收者用户。但现在?在 Github 我刚刚读到我需要设置 2 个 ID?我的身份证和收件人的身份证对吗?我如何从另一个用户那里获取 ID?
command - 使用斜线命令与 Rasa 进行 Mattermost 集成
我是 RASA 的新手。谁能帮助我使用斜杠命令而不是 Webhook 将 rasa 与 Mattermost 集成。
maintenance - Mattermost - 如何将频道转移到另一个团队
在 Mattermost 实例中,需要拆分团队空间,并且需要将一些频道移动到新的团队项目。如何移动这些频道?