我最近重建了自托管的 discourse,发现所有聊天回复都丢失了摘录文本。回复头像仍然可见,href ID 也正确,点击可以跳转到正确的帖子。
发布新回复时,发布后会显示摘录,但如果关闭聊天,它会像其他回复一样消失。
3.3.0.beta2-dev (f7a1272fa4)
(据我所知,我没有任何相关的插件或修改会干扰)
{
"id": 1892,
"message": "testing reply",
"cooked": "\u003cp\u003etesting reply\u003c/p\u003e",
"created_at": "2024-04-29T19:02:11Z",
"excerpt": "testing reply",
"chat_channel_id": 2,
"streaming": false,
"user": {...},
"mentioned_users": [],
"available_flags": [],
"chat_webhook_event": null,
"in_reply_to": {
"id": 1880,
"cooked": "\u003cp\u003earn teh powahz\u003c/p\u003e",
"excerpt": null,
"user": {...},
"chat_webhook_event": null
},
"uploads": []
},

