InfiniteList doesn't use the scrollPubSub

[Problem/Question]
When the InfiniteMessage component gets loaded, it performs a scrollToBottom, but not with scrollPubSub.

So many capabilities of scrollPubSub aren’t being used or updated.

We want to know when the message list has finished loading and rendering and performed its scrollToBottom behavior and act accordingly - i.e. we need to scroll to the very first message.


[UIKit Version]
3.15.11

[Current impact]
There is no easy way to catch the moment the InfiniteList has scrolled to the bottom.