using comment entity

This commit is contained in:
2021-09-11 11:20:23 +03:00
parent c18836ef80
commit 9515a35e7a
4 changed files with 11 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ def migrate(entry, limit=668):
res['emailConfirmed'] = entry['emails'][0]['verified']
res['createdAt'] = parse(entry['createdAt'])
res['rating'] = entry['rating'] # number
res['roles'] = [] # entry['roles'] # roles without org is for discours.io
res['roles'] = [] # entry['roles'] # roles by community
res['ratings'] = [] # entry['ratings']
res['notifications'] = []
res['links'] = []