mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-15 04:02:53 +00:00
[AB-334] adding vote result to suggestion reminder
This commit is contained in:
@@ -18,4 +18,5 @@ public class SuggestionReminderModel {
|
||||
private ServerChannelMessage suggestionMessage;
|
||||
private ServerChannelMessage suggestionCommandMessage;
|
||||
private ServerUser serverUser;
|
||||
private SuggestionInfoModel suggestionInfo;
|
||||
}
|
||||
|
||||
@@ -19,4 +19,5 @@ public interface SuggestionService {
|
||||
CompletableFuture<Void> remindAboutSuggestion(ServerSpecificId suggestionId);
|
||||
void cancelSuggestionReminder(Suggestion suggestion);
|
||||
SuggestionInfoModel getSuggestionInfo(Long serverId, Long suggestionId);
|
||||
SuggestionInfoModel getSuggestionInfo(ServerSpecificId suggestionId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user