implemented hiding/unhiding of mailing lists on the database side
This commit is contained in:
@@ -43,7 +43,7 @@ public class ListMember {
|
||||
Database.open().query(sql.toString()).run();
|
||||
}
|
||||
|
||||
public static List<String> listsOf(User user) {
|
||||
public static List<String> listsOwnedBy(User user) {
|
||||
var list = new ArrayList<String>();
|
||||
try {
|
||||
var rs = Database.open()
|
||||
|
||||
Reference in New Issue
Block a user