Skip to content

Commit

Permalink
Gitter Support Removed (available through Matrix)
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 14, 2023
1 parent 207db69 commit e3dfb8a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 742 deletions.
1 change: 0 additions & 1 deletion KEYWORDS
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Faast
FCM
Flock
Form
Gitter
Gnome
Google Chat
Gotify
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ The table below identifies the services this tool supports and some example serv
| [Faast](https://github.com/caronc/apprise/wiki/Notify_faast) | faast:// | (TCP) 443 | faast://authorizationtoken
| [FCM](https://github.com/caronc/apprise/wiki/Notify_fcm) | fcm:// | (TCP) 443 | fcm://project@apikey/DEVICE_ID<br />fcm://project@apikey/#TOPIC<br/>fcm://project@apikey/DEVICE_ID1/#topic1/#topic2/DEVICE_ID2/
| [Flock](https://github.com/caronc/apprise/wiki/Notify_flock) | flock:// | (TCP) 443 | flock://token<br/>flock://botname@token<br/>flock://app_token/u:userid<br/>flock://app_token/g:channel_id<br/>flock://app_token/u:userid/g:channel_id
| [Gitter](https://github.com/caronc/apprise/wiki/Notify_gitter) | gitter:// | (TCP) 443 | gitter://token/room<br/>gitter://token/room1/room2/roomN
| [Google Chat](https://github.com/caronc/apprise/wiki/Notify_googlechat) | gchat:// | (TCP) 443 | gchat://workspace/key/token
| [Gotify](https://github.com/caronc/apprise/wiki/Notify_gotify) | gotify:// or gotifys:// | (TCP) 80 or 443 | gotify://hostname/token<br />gotifys://hostname/token?priority=high
| [Growl](https://github.com/caronc/apprise/wiki/Notify_growl) | growl:// | (UDP) 23053 | growl://hostname<br />growl://hostname:portno<br />growl://password@hostname<br />growl://password@hostname:port</br>**Note**: you can also use the get parameter _version_ which can allow the growl request to behave using the older v1.x protocol. An example would look like: growl://hostname?version=1
Expand Down
2 changes: 1 addition & 1 deletion apprise/plugins/NotifyDiscord.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def _send(self, payload, attach=None, params=None, rate_limit=1,
# Determine how long we should wait for or if we should wait at
# all. This isn't fool-proof because we can't be sure the client
# time (calling this script) is completely synced up with the
# Gitter server. One would hope we're on NTP and our clocks are
# Discord server. One would hope we're on NTP and our clocks are
# the same allowing this to role smoothly:

now = datetime.now(timezone.utc).replace(tzinfo=None)
Expand Down
Loading

0 comments on commit e3dfb8a

Please sign in to comment.