Fix lookup for remote activities

This commit is contained in:
Thomas Sileo
2019-10-16 00:01:38 +02:00
parent 83b683ecf2
commit 2836959d92
5 changed files with 38 additions and 41 deletions

View File

@@ -9,6 +9,7 @@ from typing import Union
from little_boxes import activitypub as ap
_SubQuery = Dict[str, Any]
_Meta = Dict["MetaKey", Any]
@unique