Files
neochat/imports/NeoChat/Component/Timeline
Smitty van Bodegom 8474136f57 Support displaying spoilers
This adds support for displaying recieved spoilers, but not sending
them. Spoilers are displayed as a black rectangle, and can be clicked on
to be revealed. If the last message in a channel was a spoiler, it is
not shown on the left sidebar.

The spoiler blackening is done in CSS, but to check if a message
contains a spoiler for determining if it should cause a different cursor
to be displayed and if it should be shown in the sidebar, a simple check
of if the message contains "data-mx-spoiler" is used.
2021-06-17 22:39:50 +00:00
..
2021-05-11 20:56:53 +02:00
2021-05-11 20:56:53 +02:00
2021-03-06 20:19:41 +00:00
2021-06-07 11:49:35 +02:00
2021-04-08 12:35:06 +02:00
2021-06-17 22:39:50 +00:00