Confirm that related messages are fetched directly now.
Through the console:
```
[
{
type: 0,
id: '85555',
threadID: '85545',
time: 1679763761385,
creatorID: '256',
text: 'Sample new thread'
},
{
type: 19,
id: '90779',
threadID: '85545',
time: 1683401422863,
creatorID: '256',
targetMessageID: '85555',
reaction: '👍',
action: 'add_reaction'
}
]
```
Also confirmed via the thread pinned messages modal on `web`, with a before and after to show the reaction for a message from several months ago now appears after these changes.