add misskey icon

This commit is contained in:
Johann150 2021-11-09 09:21:32 +01:00
parent 159c1826d3
commit 05db96236c
No known key found for this signature in database
GPG Key ID: 9EE6577A2A06F8F1
2 changed files with 1 additions and 1 deletions

BIN
assets/misskey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -60,7 +60,7 @@ def task_service_icon():
formats = ('webp', 'png')
for width in widths:
for image_format in formats:
for basename in ('twitter', 'mastodon'):
for basename in ('twitter', 'mastodon', 'misskey'):
yield dict(
name='{}-{}.{}'.format(basename, width, image_format),
actions=[(resize_image, (basename, width, image_format))],