fix:The chart of average interaction counts per conversation show not… (#12199)

pull/12292/head
呆萌闷油瓶 1 year ago committed by GitHub
parent d7c0bc8c23
commit 2e716f80d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -273,8 +273,7 @@ FROM
messages m
ON c.id = m.conversation_id
WHERE
c.override_model_configs IS NULL
AND c.app_id = :app_id"""
c.app_id = :app_id"""
arg_dict = {"tz": account.timezone, "app_id": app_model.id}
timezone = pytz.timezone(account.timezone)

Loading…
Cancel
Save