microblog.pub/core
hiromi-mi 0fa21ea0f0 push /task/cache_actor_icon at cache_actor_icon()
Microblog.pub sometimes writes error log as follows:
```
[ERROR] cache not available for (Icon's Path)/50/Kind.ACTOR_ICON
```

(Maybe) for the sake of caching actor's icon, `_cache_actor_icon()`
in `core/activitypub.py` runs `Tasks.cache_actor_icon()`.
However, `cache_actor_icon()` in `core/tasks.py` does not run
`/tasks/cache_actor_icon`.
2020-05-30 02:28:39 +09:00
..
__init__.py Cleanup, more typing for queries 2019-08-01 22:24:18 +02:00
activitypub.py Don't overwrite objects 'url' property 2020-01-10 14:13:04 +01:00
db.py Bootstrap EmojiReaction support 2020-01-26 12:35:03 +01:00
feed.py Remove hard-coded email address from the feed. Fix #62 2020-02-02 12:38:16 +01:00
gc.py Fix GC 2019-09-15 22:16:53 +02:00
inbox.py Fix formatting 2020-01-26 12:37:24 +01:00
indexes.py Index hashtags and mentions 2019-09-01 20:58:51 +02:00
jsonld.py Custom emojis support 2019-08-20 22:16:47 +02:00
meta.py Bootstrap EmojiReaction support 2020-01-26 12:35:03 +01:00
migrations.py Move the Place activity to the location field (instead of a tag) 2019-11-06 22:40:51 +01:00
notifications.py Tweak replies_in_stream behavior. 2019-10-07 09:16:23 +02:00
outbox.py Remove unused import 2019-08-18 13:00:23 +02:00
remote.py Tweak remote tracking 2019-08-09 00:08:22 +02:00
shared.py Fix flake8 warning 2019-10-16 09:06:43 +02:00
tasks.py push /task/cache_actor_icon at cache_actor_icon() 2020-05-30 02:28:39 +09:00