mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
Bug report on Meta: https://meta.discourse.org/t/follow-plugin/110579/289?u=osama (last paragraph of the post)
The plugin currently rolls its own implementation of the follow posts feed without reusing much of core's implementation. On the surface the custom implementation seems to be working fine; however, when there are themes/plugins applying custom decoration on posts, those decorations won't apply to posts when rendered in the follow feed. Core also has its own post decorations here:
|
||
|---|---|---|
| .. | ||
| feed.js | ||
| follow-index.js | ||
| followers.js | ||
| following.js | ||