1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

fix alias matching behaviour

This commit is contained in:
hoellen 2018-12-09 19:49:23 +01:00
parent 74693ee47c
commit 79768c09f6

View File

@ -426,7 +426,7 @@ class Alias(Base, Email):
)
)
)
).first()
).order_by(sqlalchemy.func.char_length(cls.localpart).desc()).first()
class Token(Base):