spelling: whenever
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2a914f98b7
commit
ba7f0fce71
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def raise_is_blocked_activity(activity_json):
|
||||||
|
|
||||||
def sometimes_async_activity_task(activity_json, queue=MEDIUM):
|
def sometimes_async_activity_task(activity_json, queue=MEDIUM):
|
||||||
"""Sometimes we can effectively respond to a request without queuing a new task,
|
"""Sometimes we can effectively respond to a request without queuing a new task,
|
||||||
and whever that is possible, we should do it."""
|
and whenever that is possible, we should do it."""
|
||||||
activity = activitypub.parse(activity_json)
|
activity = activitypub.parse(activity_json)
|
||||||
|
|
||||||
# try resolving this activity without making any http requests
|
# try resolving this activity without making any http requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue