Commit Graph

12 Commits

Author SHA1 Message Date
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
Thomas Sileo
af6f7c1a5a Start support for acking/federating replies via Read activities 2019-09-15 22:09:32 +02:00
Thomas Sileo
801d0effa9 Delete old replies 2019-09-15 19:56:07 +02:00
Thomas Sileo
7f4be2cbc2 Support actor update 2019-09-08 16:55:24 +02:00
Thomas Sileo
a0a756d320 Allow to disable webmentions via config 2019-09-08 12:13:18 +02:00
Thomas Sileo
018b7bf553 Enable Webmentions for public posts 2019-09-08 12:09:34 +02:00
Thomas Sileo
181328d518 Custom emojis support 2019-08-20 22:16:47 +02:00
Thomas Sileo
51475b73d5 Cache attachment one by one 2019-08-17 10:27:20 +02:00
Thomas Sileo
a9fa483bcc Pleroma relay experiment for getting more replies 2019-08-16 11:52:53 +02:00
Thomas Sileo
2a726b7dfb Make a query before spawning cache actor task 2019-08-11 13:56:18 +02:00
Thomas Sileo
6a459d0f87 Cache actor icon in its own task 2019-08-11 12:07:30 +02:00
Thomas Sileo
d4590996e0 More stuff moved 2019-08-01 22:00:26 +02:00