mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-06 05:46:05 +00:00
feat: enable multi-option polls
This commit is contained in:
@@ -28,5 +28,6 @@ public class PostRequest {
|
||||
private LocalDateTime endTime;
|
||||
// fields for poll posts
|
||||
private List<String> options;
|
||||
private Boolean multiple;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user