mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
api/v3/site - date format
This commit is contained in:
parent
237fd3c408
commit
035f0f2ea9
1 changed files with 2 additions and 2 deletions
|
@ -2867,8 +2867,8 @@ def lemmy_site_data():
|
|||
"display_name": admin.display_name(),
|
||||
"avatar": 'https://' + current_app.config['SERVER_NAME'] + admin.avatar_image(),
|
||||
"banned": admin.banned,
|
||||
"published": admin.created.isoformat(),
|
||||
"updated": admin.created.isoformat(),
|
||||
"published": admin.created.isoformat() + 'Z',
|
||||
"updated": admin.created.isoformat() + 'Z',
|
||||
"actor_id": admin.profile_id(),
|
||||
"local": True,
|
||||
"deleted": admin.deleted,
|
||||
|
|
Loading…
Add table
Reference in a new issue