From fd95eefc4bcfcf6e94f2a06d839c84c179303a8a Mon Sep 17 00:00:00 2001 From: Matthew Horan Date: Fri, 22 Mar 2024 10:48:28 -0400 Subject: [PATCH] Update README to reflect push script improvements --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 29fa922..e5a9123 100644 --- a/README.md +++ b/README.md @@ -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