1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

Add user ConditionType

This commit is contained in:
Stefano Pigozzi 2021-05-07 03:29:59 +02:00
parent bfe3579b4e
commit db12d7da9c
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -12,10 +12,11 @@ class ConditionType(enum.Enum):
"""
hashtag = 0
location = 1
location = 1 # DEPRECATED, do not use
time = 2
coordinates = 3
place = 4
user = 5
class OperationType(enum.Enum):