Commit graph

6 commits

Author SHA1 Message Date
Chris Funderburg
588c22afc9
style: Add pre-commit checks and code cleanup
This change adds an optional pre-commit configuration that can be used
to keep the code style clean.  I've also run it across all files and
fixed numerous whitespaces issues.

To use it, if wanted, just clone / pull the repo as normal, go into the
folder and run:

```
pre-commit install
```

From that point on, when running `git commit`, it will run the checks
on any changed files.

Feel free to ignore this PR if you're not interested.
2024-08-17 08:50:39 -04:00
Alireza
8b3926fd5d
Update notify_matrix.sh
Change the HTTP method from PUT to POST because in recent versions, only POST allowed from synapse server.
2024-04-29 13:32:30 +03:30
Alireza
c63643dde8
Update Example URL 2024-02-10 21:01:42 +03:30
Alireza
b2767864ab
update comments 2024-02-10 20:55:32 +03:30
Alireza
c09e813aad
Update notify_matrix.sh
Fix Msgbody variable syntax
2024-02-10 20:47:36 +03:30
Alireza
0b52dd50b6
Create notify_matrix.sh
add notification template for matrix-synapse
2024-02-10 03:03:07 +03:30