Skip to content

Commit

Permalink
start to separate logic from protocols with new Protocol/ActivityPub …
Browse files Browse the repository at this point in the history
…classes

for #388
  • Loading branch information
snarfed committed Mar 9, 2023
1 parent 1d22ab0 commit bdb03c3
Show file tree
Hide file tree
Showing 16 changed files with 1,293 additions and 1,158 deletions.
731 changes: 471 additions & 260 deletions activitypub.py

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@
init_flask(xrpc_server, app)

# import all modules to register their Flask handlers
import activitypub, follow, pages, redirect, render, superfeedr, webfinger, webmention, xrpc_actor, xrpc_feed, xrpc_graph
import activitypub
import follow, pages
import redirect
import render, superfeedr, webfinger, webmention, xrpc_actor, xrpc_feed, xrpc_graph
Loading

0 comments on commit bdb03c3

Please sign in to comment.