Merge pull request #737 from hoellen/fix-alias-match-behaviour

fix alias match behaviour
master
ofthesun9 6 years ago committed by GitHub
commit 97b3a85090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save