Skip to content

Commit

Permalink
TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Sep 20, 2020
1 parent e0706b8 commit 49ed950
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions proposals/2785-notification-attributes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# MSC2785: Event notification attributes and actions

* [Background: the problems with push rules](#background-the-problems-with-push-rules)
* [Proposal](#proposal)
* [Event notification attributes](#event-notification-attributes)
* [Events received by the same user that sent them](#events-received-by-the-same-user-that-sent-them)
* [Configuration data for notification attributes](#configuration-data-for-notification-attributes)
* [m.keyword](#mkeyword)
* [m.mention](#mmention)
* [m.invite](#minvite)
* [m.room_upgrade](#mroom_upgrade)
* [m.voip_call](#mvoip_call)
* [m.msg](#mmsg)
* [m.dm](#mdm)
* [Event notification actions](#event-notification-actions)
* [Mapping from attributes to actions](#mapping-from-attributes-to-actions)
* [Special handling for encrypted events](#special-handling-for-encrypted-events)
* [APIs for updating the configuration](#apis-for-updating-the-configuration)
* [GET /_matrix/client/r0/notification_attribute_data/global/keywords](#get-_matrixclientr0notification_attribute_dataglobalkeywords)
* [PUT /_matrix/client/r0/notification_attribute_data/global/keywords](#put-_matrixclientr0notification_attribute_dataglobalkeywords)
* [GET /_matrix/client/r0/notification_attribute_data/global/mentions](#get-_matrixclientr0notification_attribute_dataglobalmentions)
* [PUT /_matrix/client/r0/notification_attribute_data/global/mentions](#put-_matrixclientr0notification_attribute_dataglobalmentions)
* [TODO: APIs for manipulating notifications profiles](#todo-apis-for-manipulating-notifications-profiles)
* [Backwards compatibility](#backwards-compatibility)
* [Outstanding issues to be resolved](#outstanding-issues-to-be-resolved)
* [Potential issues](#potential-issues)
* [Alternatives](#alternatives)
* [Extend use of push rules](#extend-use-of-push-rules)
* [Security considerations](#security-considerations)
* [Unstable prefix](#unstable-prefix)

## Background: the problems with push rules

["Push rules"](https://matrix.org/docs/spec/client_server/r0.6.1#push-rules)
Expand Down

0 comments on commit 49ed950

Please sign in to comment.