Fixes loading covers and authors

This commit is contained in:
Mouse Reeve
2020-10-30 17:18:25 -07:00
parent 203e526a83
commit 0393d81230
4 changed files with 15 additions and 5 deletions

View File

@ -15,7 +15,6 @@ class ActivityEncoder(JSONEncoder):
@dataclass
class Image:
''' image block '''
mediaType: str
url: str
type: str = 'Image'