Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Nov 13, 2023
1 parent 22e8638 commit 3bc3033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dendritecli/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def __init__(self, access_token: str, client: typing.Optional[httpx.Client] = No
follow_redirects=True,
max_redirects=10,
base_url=self.base_url,
app=kwargs.get("debug_app")
)

self.fulltext_reindex = self.full_text_reindex = self.reindex_events
Expand Down Expand Up @@ -228,7 +229,7 @@ def send_server_notice(self, user_id: str, message: dict) -> dict:
Docs: https://matrix-org.github.io/dendrite/administration/adminapi#post-_synapseadminv1send_server_notice
:param user_id: The user ID to send the notice to.
:param message: The message to send.]
:param message: The message to send.
:return: The event's response (usually ``{"event_id": "$event_id"}``)
:raises: httpx.HTTPError - if the request failed.
"""
Expand Down

0 comments on commit 3bc3033

Please sign in to comment.