[AB-xxx] adding ability to define unique ids for components, a color of the container, disabled state for multiple components and spoiler for container

fixing reminder message not containing a link to the message anymore
This commit is contained in:
Sheldan
2025-07-19 23:56:06 +02:00
parent f513f8890b
commit cb9ab8f542
8 changed files with 67 additions and 4 deletions

View File

@@ -223,6 +223,9 @@ public class RemindServiceBean implements ReminderService {
.builder()
.reminderParticipants(participantsDisplays)
.reminderDisplay(reminderDisplay)
.serverId(reminder.getServer().getId())
.channelId(reminder.getChannel().getId())
.messageId(reminder.getMessageId())
.userDisplay(UserDisplay.fromUser(member.getUser()))
.duration(Duration.between(reminder.getReminderDate(), reminder.getTargetDate()))
.build();