github icon indicating copy to clipboard operation
github copied to clipboard

A GitHub client and webhook receiver for maubot

Results 15 github issues
Sort by recently updated
recently updated
newest added

Another option would be to edit the original webhook message on Matrix. At least if the webhook was posted recently, editing would probably be the preferable UX

enhancement

Currently the whole comment/issue body is left in the webhook message. At least the default settings should try to mirror the data on GitHub exactly, including deletions.

enhancement

``` 16:42:27 ERROR client/@hs-github:kf8nh.com Failed to run handler 16:42:27 ERROR client/@hs-github:kf8nh.com Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mautrix/client/syncer.py", line 236, in _catch_errors await handler(data) File "/opt/maubot/maubot/handlers/command.py", line 142, in __call__...

Avatars refresh based on tracking eTags and last fetched time. >300 sec after eTag was last checked/fetched, the plugin will check headers only and check if etag has changed vs...