mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-03 04:24:42 +00:00
feat: enable multi-option polls
This commit is contained in:
@@ -32,6 +32,9 @@ public class PollPost extends Post {
|
||||
inverseJoinColumns = @JoinColumn(name = "user_id"))
|
||||
private Set<User> participants = new HashSet<>();
|
||||
|
||||
@Column
|
||||
private boolean multiple = false;
|
||||
|
||||
@Column
|
||||
private LocalDateTime endTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user