kopia lustrzana https://github.com/cheeaun/phanpy
Enable unfurling when fetching reply hints
rodzic
f7024f7723
commit
046d3d323a
|
@ -227,7 +227,6 @@ export function groupContext(items, instance) {
|
|||
const replyToStatus = await fetchStatus(inReplyToId, masto);
|
||||
saveStatus(replyToStatus, instance, {
|
||||
skipThreading: true,
|
||||
skipUnfurling: true,
|
||||
});
|
||||
states.statusReply[sKey] = {
|
||||
id: replyToStatus.id,
|
||||
|
@ -253,7 +252,6 @@ export function groupContext(items, instance) {
|
|||
for (const replyToStatus of replyToStatuses) {
|
||||
saveStatus(replyToStatus, instance, {
|
||||
skipThreading: true,
|
||||
skipUnfurling: true,
|
||||
});
|
||||
const sKey = inReplyToIds.find(
|
||||
({ inReplyToId }) => inReplyToId === replyToStatus.id,
|
||||
|
|
Ładowanie…
Reference in New Issue