fix: [tags] fix delete subtype tags

This commit is contained in:
Terrtia 2023-04-06 16:26:56 +02:00
parent 2e11b04b6c
commit e3171c8178
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -38,6 +38,7 @@ def get_object_all_subtypes(obj_type):
return ['key', 'mail', 'name']
if obj_type == 'username':
return ['telegram', 'twitter', 'jabber']
return []
def get_all_objects_with_subtypes_tuple():
str_objs = []