mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-03 11:50:56 +00:00
4.71.0
* Added: Chat action to toggle a settings profile, for convenience. * Fixed: Missing message data in rich notices causing messages to not appear correctly when certain add-ons were enabled. Closes #1475 * API Changed: SettingsProfiles now have UUIDs that are stable and not reused, allowing things like chat actions to uniquely identify profiles.
This commit is contained in:
parent
10d35468a9
commit
a02c14d84c
10 changed files with 189 additions and 20 deletions
|
@ -108,6 +108,7 @@ export default class ChatLine extends Module {
|
|||
|
||||
if ( data.tokenize ) {
|
||||
const tokens = data.ffz_tokens = data.ffz_tokens || this.chat.tokenizeMessage({
|
||||
badges: {},
|
||||
message: text,
|
||||
id: msg.id,
|
||||
user: msg.user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue