dont notify me of my own modmail message

pull/83/head
Aevann 2022-12-26 02:14:47 +02:00
parent 4eb16d3970
commit d5eed41992
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ def messagereply(v:User):
admins = [x[0] for x in admins.all()]
if parent.author.id not in admins:
if parent.author.id not in admins + [v.id]:
admins.append(parent.author.id)
for admin in admins: