Skip to content

Commit

Permalink
Merge pull request #828 from readthedocs/davidfischer/front-docs-update
Browse files Browse the repository at this point in the history
Front updated a few API call docs URLs
  • Loading branch information
davidfischer authored Feb 19, 2024
2 parents d0576e8 + 3f79b32 commit a0c1fcc
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a0c1fcc

Please sign in to comment.