Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - "main" (branch)
# - "v1.2.3" (tag)
# - "abc123def456" (commit hash)
private_chat_frontend_version = "b794d0f361c4cbd6df78bdb5c393b8b473808969" # v0.1.6
private_chat_frontend_version = "c6461e5f082d42e214cd1036721f47d4c21afedd" # v0.1.7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and maintainability, it's preferable to use the Git tag directly instead of the full commit hash. The comments in this file indicate that using a tag (e.g., "v1.2.3") is a valid option. This change makes the version clearer and removes the need for the redundant comment.

Suggested change
private_chat_frontend_version = "c6461e5f082d42e214cd1036721f47d4c21afedd" # v0.1.7
private_chat_frontend_version = "v0.1.7"


# PostHog key and host for the private-chat frontend
posthog_key = "phc_glaMeuuO1gLFSB2U9y27MchidXEmSnFOQLB8cceyVSb"
Expand Down