Weiterleitung von Gast-Mails an Moderatoren bei moderierten Listen implementiert. Behebt Issue #1

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-03-15 09:43:33 +01:00
parent f5ac0b7d87
commit 8be07ed6ae
2 changed files with 7 additions and 14 deletions

View File

@@ -322,6 +322,7 @@ public class ListMember {
* @throws SQLException
*/
public static ListMember load(MailingList list,User user) throws SQLException {
if (list == null || user == null) return null;
var rs = Database
.open()
.select(TABLE_NAME)