fix: [tags] fix delete subtype tags

pull/594/head
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
1 changed files with 1 additions and 0 deletions

View File

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