Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front updated a few API call docs URLs #828

Merged
merged 1 commit into from
Feb 19, 2024
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
4 changes: 2 additions & 2 deletions frontbackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# FRONT_CHANNEL should be the channel ID in front.
# This usually should be of the form `cha_XXX`.
# Retrieve a list of channels with
# https://dev.frontapp.com/reference/get_channels
# https://dev.frontapp.com/reference/list-channels
FRONT_CHANNEL = getattr(settings, "FRONT_CHANNEL", None)

# FRONT_SENDER_NAME customizes the display of the sender
Expand All @@ -24,7 +24,7 @@
# The author for a draft message
# This is *ONLY* used when saving drafts
# This should be set to a "Teammate ID"
# https://dev.frontapp.com/reference/get_teammates
# https://dev.frontapp.com/reference/teammates
FRONT_AUTHOR = getattr(settings, "FRONT_AUTHOR", None)

# Whether to archive messages after they are sent
Expand Down
Loading