'Note' -> 'Create' for activity type
This commit is contained in:
parent
b58c0f8b59
commit
037f62ad4f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Module(ModuleManager.BaseModule):
|
|||
preferred_username, retooted_user, retoot_content,
|
||||
shorturl))
|
||||
|
||||
elif first_item["type"] == "Note":
|
||||
elif first_item["type"] == "Create":
|
||||
content = utils.http.strip_html(
|
||||
first_item["object"]["content"])
|
||||
url = first_itme["object"]["id"]
|
||||
|
|
Loading…
Reference in a new issue