mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-02 15:56: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()
|
||||
.channelName(stream.getUserName())
|
||||
.mature(stream.isMature())
|
||||
.randomString(RandomStringUtils.randomAlphabetic(15))
|
||||
.currentSection(StreamSectionDisplay.fromStream(stream))
|
||||
.streamerAvatarURL(streamerUser.getProfileImageUrl())
|
||||
.pastSections(pastSections)
|
||||
|
||||
Reference in New Issue
Block a user