~edwargix/msc-link-bot

03c79fc5 — David Florness 1 year, 9 months ago
Don't send the same MSC more than once in the same message
8bd53cd3 — David Florness 1 year, 11 months ago
Clarify comment
6e5db14f — David Florness 2 years ago
Use mautrix helper function to remove reply text
dffa54ba — David Florness 2 years ago
Bump dependencies

'cause why not?

ran:

    go get -u -v -t ./...
    go mod tidy
eecc65c8 — David Florness 2 years ago
Don't include MSCs that are in quoted text

Otherwise the bot will likely post the same link multiple times in a discussion.
f24512af — David Florness 2 years ago
Put title of MSC in return message when we can
0bd6af6b — David Florness 2 years ago
Bump dependencies except for gjson

See f217921 for reason to keep gjson downgraded.

    go get -v -u -t ./...
    go get -v github.com/tidwall/gjson@v1.10.2
    go mod tidy
f2179217 — David Florness 2 years ago
Downgrade gjson to 1.10.2

see https://github.com/mautrix/go/issues/52
717bf2ff — David Florness 2 years ago
Upgrade dependencies
191af2ae — David Florness 2 years ago
Upgrade dependencies
47abb030 — David Florness 2 years ago
Don't send events with an empty body

fixes 09557e4
c0f4d8a5 — David Florness 2 years ago
Bump dependencies
3334a1e5 — David Florness 2 years ago
Include room ID in MSC info logs
73759e53 — David Florness 2 years ago
contrib: build image using local files instead of official latest
e25b21af — Sumner Evans 2 years ago
Use m.notice instead of m.text
0bdfa296 — David Florness 2 years ago
Fix grammar in README
362b76f6 — Sumner Evans 2 years ago
Use regexp.MustCompile and make the regex constant
77c012f8 — David Florness 2 years ago
contrib: fix grammar
Next