mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
git push --set-upstream origin danswerbot-format (#854)
This commit is contained in:
parent
c4ad03a65d
commit
dc0b3672ac
@ -118,7 +118,7 @@ def build_documents_blocks(
|
||||
updated_at_line = ""
|
||||
if d.updated_at is not None:
|
||||
updated_at_line = (
|
||||
f"Updated {timeago.format(d.updated_at, datetime.now(pytz.utc))}\n"
|
||||
f"_Updated {timeago.format(d.updated_at, datetime.now(pytz.utc))}_\n"
|
||||
)
|
||||
|
||||
body_text = f">{remove_slack_text_interactions(match_str)}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user