1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-03 11:50:56 +00:00
* 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:
SirStendec 2024-03-21 15:44:11 -04:00
parent 10d35468a9
commit a02c14d84c
10 changed files with 189 additions and 20 deletions

View file

@ -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,