Create remove_image_tags filter and apply it to content and summary
This commit is contained in:
parent
c48b2b1bf6
commit
10568a266f
4 changed files with 3 additions and 9 deletions
|
|
@ -82,6 +82,5 @@ def list_webhooks(reader: Reader) -> list[dict[str, str]]:
|
|||
# Check if the tag is named webhooks
|
||||
if tag == "webhooks":
|
||||
webhooks = reader.get_tag((), "webhooks") # type: ignore
|
||||
break
|
||||
|
||||
return webhooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue