Skip to content

Instantly share code, notes, and snippets.

@unclechu
unclechu / matrix-room-notifications-mentions-only.sh
Created August 10, 2018 21:30
A script that helps to switch [Matrix] notifications for a room to "mentions only" mode from CLI
#!/usr/bin/env bash
#
# A script that helps to switch [Matrix] notifications for a room
# to "mentions only" mode from CLI.
#
# Author: Viacheslav Lotsmanov
# License: Public Domain
#
set -e