1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-10 16:10:55 +00:00

4.0.0-rc17

* Added: Highlight messages based on usernames and badges.
* Added: Block messages based on usernames and badges.

* Fixed: Display the number of months a subscriber has subscribed in badge tool-tips.
* Fixed: Rendering of chat messages sent from Twitch Extensions.
This commit is contained in:
SirStendec 2019-04-28 17:28:16 -04:00
parent b9cca1053d
commit 1649294bde
10 changed files with 809 additions and 82 deletions

View file

@ -3,6 +3,7 @@
<term-editor
:term="default_term"
:colored="item.colored"
:words="item.words"
:removable="item.removable"
:adding="true"
@save="new_term"
@ -17,6 +18,7 @@
:key="term.id"
:term="term.v"
:colored="item.colored"
:words="item.words"
:removable="item.removable"
@remove="remove(term)"
@save="save(term, $event)"