From 990d2e4305ed89c2bc78ff370b71a3a4f68e5f01 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 5 Nov 2021 17:40:52 +0300 Subject: Add created_timestamp when creating a new group --- scripts/authentication/group.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/authentication/group.py b/scripts/authentication/group.py index 08652454..dd9ba808 100755 --- a/scripts/authentication/group.py +++ b/scripts/authentication/group.py @@ -123,6 +123,7 @@ def create_group_data(users: Dict, target_group: str, "name": target_group, "admins": list(admin_ids), "members": list(member_ids), + "created_timestamp": timestamp, "changed_timestamp": timestamp, })} -- cgit v1.2.3