element-web/src/components/views/messages
David Baker 4f8d6d8fbe Pillify room notifs in the timeline
This scans text nodes in the DOM for room notifications and turns
them into pills. Changes the pillification code around a bit so it
works with text nodes. Uses the push processor directly to test
the event against the room notifiation rule so we know whether
this event would actually trigger a room notification (needs to
hook into push at a lower level because otherwise our own room
notifications would not pillify since our own events never
generate notifications).

Requires https://github.com/matrix-org/matrix-js-sdk/pull/565
2017-11-01 19:42:47 +00:00
..
MAudioBody.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MessageEvent.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MFileBody.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MImageBody.js Run eslint --fix 2017-10-11 17:56:17 +01:00
MVideoBody.js Run eslint --fix 2017-10-11 17:56:17 +01:00
RoomAvatarEvent.js Fix merge-conflict 2017-10-11 20:02:14 +02:00
SenderProfile.js Restrict Flair in the timeline to related groups of the room 2017-10-04 14:06:49 +01:00
TextualBody.js Pillify room notifs in the timeline 2017-11-01 19:42:47 +00:00
TextualEvent.js Run eslint --fix 2017-10-11 17:56:17 +01:00
UnknownBody.js Handle redaction with no sender 2017-10-25 17:37:20 +01:00