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:
parent
bfe3579b4e
commit
db12d7da9c
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue