mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-15 20:16:34 +00:00
[AB-xxx] fixing random string not set when updating twitch notifications
This commit is contained in:
@@ -175,6 +175,7 @@ public class StreamerServiceBean implements StreamerService {
|
|||||||
.builder()
|
.builder()
|
||||||
.channelName(stream.getUserName())
|
.channelName(stream.getUserName())
|
||||||
.mature(stream.isMature())
|
.mature(stream.isMature())
|
||||||
|
.randomString(RandomStringUtils.randomAlphabetic(15))
|
||||||
.currentSection(StreamSectionDisplay.fromStream(stream))
|
.currentSection(StreamSectionDisplay.fromStream(stream))
|
||||||
.streamerAvatarURL(streamerUser.getProfileImageUrl())
|
.streamerAvatarURL(streamerUser.getProfileImageUrl())
|
||||||
.pastSections(pastSections)
|
.pastSections(pastSections)
|
||||||
|
|||||||
Reference in New Issue
Block a user