mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-04 00:36:26 +00:00
added javadoc to experience tracking module
changed persistence configuration for entities, so cascade is more correct changed the way channels get their server assigned added feature to only change the exp role of a user, if he doesn't already have the new target role added the name of the needed feature, to the message indicating that a feature has been disabled updated unsetExpRole to have a status update message, because there might be a lot of users which need a role update
This commit is contained in:
@@ -23,12 +23,12 @@ public class Warning {
|
||||
|
||||
@Getter
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "warnedUserId")
|
||||
@JoinColumn(name = "warnedUserId", nullable = false)
|
||||
private AUserInAServer warnedUser;
|
||||
|
||||
@Getter
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "warningUserId")
|
||||
@JoinColumn(name = "warningUserId", nullable = false)
|
||||
private AUserInAServer warningUser;
|
||||
|
||||
@Getter
|
||||
|
||||
Reference in New Issue
Block a user