mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-10-18 00:42:00 +00:00
* Added: Support for Twitch's redesigned badges. * Added: Version selector to choose between the new vs old badge designs. * Added: Option to adjust badge colors for visibility depending on the current background color. * Changed: Use the channel accent color for the border on re-subscription messages and other notices. * Fixed: Update `dayjs` dependency for upstream i18n fixes. * Fixed: Hiding Side Navigation not functioning with a certain Twitch experiment. * Fixed: Certain player settings, such as hiding extensions, not functioning. * Maintenance: Update a few dependencies.
10 lines
No EOL
142 B
GraphQL
10 lines
No EOL
142 B
GraphQL
query FFZ_LastBroadcast($id: ID, $login: String) {
|
|
user(id: $id, login: $login) {
|
|
id
|
|
lastBroadcast {
|
|
id
|
|
startedAt
|
|
title
|
|
}
|
|
}
|
|
} |