Merge pull request #3761 from Bronya-Rand/staging chore: make layer updates exportable
Signed| @@ -274,7 +274,7 @@ async function getLastMessageSprite(avatar) { | ||
| 274 | 274 | return null; |
| 275 | 275 | } |
| 276 | 276 | |
| 277 | 277 | export async function visualNovelUpdateLayers(container) { |
| 278 | 278 | const context = getContext(); |
| 279 | 279 | const group = context.groups.find(x => x.id == context.groupId); |
| 280 | 280 | const recentMessages = context.chat.map(x => x.original_avatar).filter(x => x).reverse().filter(onlyUnique); |