1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Add OAuth 2.0 introspection endpoint

This commit is contained in:
Thomas Sileo
2023-02-01 20:12:53 +01:00
parent f13376de84
commit 2bd6c98538
3 changed files with 41 additions and 3 deletions

View File

@ -1696,7 +1696,7 @@ async def _gen_rss_feed(
fe.id(outbox_object.url)
if outbox_object.name is not None:
fe.title(outbox_object.name)
elif not is_rss: # Atom feeds require a title
elif not is_rss: # Atom feeds require a title
fe.title(outbox_object.url)
fe.link(href=outbox_object.url)