Skip to content

Commit

Permalink
Update README to reflect push script improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Mar 23, 2024
1 parent 8c2aec8 commit fd95eef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ To install the script, download [weechatrn.py](scripts/weechatrn.py?raw=1) to we

Once downloaded, load the script via `/python load weechatrn.py`.

On (re)connect, WeechatRN will store a token in weechat, which will be used to send push notifications. Only a single token is stored at this time -- so only the most recently connected device will receive notifications.
On (re)connect, WeechatRN will store a token in weechat, which will be used to send push notifications to the device.

By default, push notifications will be sent for all highlights and private messages. You can disable notifications for the current buffer with `/set plugins.var.python.WeechatRN.notify_current_buffer off`.

To disable push notifications without uninstalling WeechatRN, unload (`/python unload WeechatRN`) and remove the script from `python/autoload`.

## Development

```bash
Expand Down

0 comments on commit fd95eef

Please sign in to comment.