feat(eventsub): implement timeout stacking (#6013)
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
},
|
||||
"badges": [
|
||||
],
|
||||
"channelName": "",
|
||||
"channelName": "testaccount_420",
|
||||
"count": 1,
|
||||
"displayName": "",
|
||||
"elements": [
|
||||
@@ -77,19 +77,16 @@
|
||||
"type": "TimestampElement"
|
||||
},
|
||||
{
|
||||
"color": "Text",
|
||||
"fallbackColor": "System",
|
||||
"flags": "Text|Mention",
|
||||
"color": "System",
|
||||
"flags": "Text",
|
||||
"link": {
|
||||
"type": "None",
|
||||
"value": ""
|
||||
"type": "UserInfo",
|
||||
"value": "nerixyz"
|
||||
},
|
||||
"style": "ChatMedium",
|
||||
"tooltip": "",
|
||||
"trailingSpace": true,
|
||||
"type": "MentionElement",
|
||||
"userColor": "System",
|
||||
"userLoginName": "nerixyz",
|
||||
"type": "TextElement",
|
||||
"words": [
|
||||
"nerixyz"
|
||||
]
|
||||
@@ -111,21 +108,18 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": "Text",
|
||||
"fallbackColor": "System",
|
||||
"flags": "Text|Mention",
|
||||
"color": "System",
|
||||
"flags": "Text",
|
||||
"link": {
|
||||
"type": "None",
|
||||
"value": ""
|
||||
"type": "UserInfo",
|
||||
"value": "twitchdev"
|
||||
},
|
||||
"style": "ChatMedium",
|
||||
"tooltip": "",
|
||||
"trailingSpace": true,
|
||||
"type": "MentionElement",
|
||||
"userColor": "System",
|
||||
"userLoginName": "twitchdev",
|
||||
"type": "TextElement",
|
||||
"words": [
|
||||
"TwitchDev"
|
||||
"twitchdev"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -174,21 +168,18 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": "Text",
|
||||
"fallbackColor": "System",
|
||||
"flags": "Text|Mention",
|
||||
"color": "System",
|
||||
"flags": "Text",
|
||||
"link": {
|
||||
"type": "None",
|
||||
"value": ""
|
||||
"type": "UserInfo",
|
||||
"value": "testaccount_420"
|
||||
},
|
||||
"style": "ChatMedium",
|
||||
"tooltip": "",
|
||||
"trailingSpace": false,
|
||||
"type": "MentionElement",
|
||||
"userColor": "System",
|
||||
"userLoginName": "testaccount_420",
|
||||
"type": "TextElement",
|
||||
"words": [
|
||||
"테스트계정420"
|
||||
"testaccount_420"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -207,7 +198,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"flags": "System|Timeout|EventSub",
|
||||
"flags": "System|Timeout|PubSub|SharedMessage|EventSub",
|
||||
"id": "",
|
||||
"localizedName": "",
|
||||
"loginName": "nerixyz",
|
||||
|
||||
Reference in New Issue
Block a user