[AB-xxx] fixing random string not set when updating twitch notifications

This commit is contained in:
Sheldan
2023-09-03 13:40:00 +02:00
parent 9aea9d2b4f
commit 59ddb0b27d

View File

@@ -175,6 +175,7 @@ public class StreamerServiceBean implements StreamerService {
.builder()
.channelName(stream.getUserName())
.mature(stream.isMature())
.randomString(RandomStringUtils.randomAlphabetic(15))
.currentSection(StreamSectionDisplay.fromStream(stream))
.streamerAvatarURL(streamerUser.getProfileImageUrl())
.pastSections(pastSections)