-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Describe the bug
For an anoymous gifted sub the flag is_anonymous was set to false
Expected behavior
The is_anonymous flag for gifter should be set to true
Screenshots
Here is the full payload and screenshot on it being anonymous on the mod dashboard and in chat
broadcaster: {
is_anonymous: false,
user_id: xx,
username: 'xx',
is_verified: true,
profile_picture: 'xx',
channel_slug: 'xx',
identity: null
},
gifter: {
is_anonymous: false,
user_id: xx,
username: 'xx',
is_verified: false,
profile_picture: 'xx',
channel_slug: 'xx',
identity: null
},
giftees: [
{
is_anonymous: false,
user_id: xx,
username: 'xx',
is_verified: false,
profile_picture: '',
channel_slug: 'xx',
identity: null
}
],
created_at: '2026-02-20T15:03:20.191347293Z',
expires_at: '2026-03-22T15:03:20.191347375Z'
}
https://i.vgy.me/bTj6Wl.png
https://i.vgy.me/458gk4.png
Additional context
The sub was gifted through the webpage