inbound messages from a new number do not show up until the page is refreshed.
This is because ThreadPreviews are generated based on the list of Previews the app loads on launch and is only modified when the user searches or loads more conversations.
However, if notifications are on the user is notified. This means that the vue app may have the message already and we just have to develop a path from message to new ThreadPreview
inbound messages from a new number do not show up until the page is refreshed.
This is because ThreadPreviews are generated based on the list of Previews the app loads on launch and is only modified when the user searches or loads more conversations.
However, if notifications are on the user is notified. This means that the vue app may have the message already and we just have to develop a path from message to new ThreadPreview
Originally posted by @dunkeltron in https://github.com/AccelerateNetworks/fusionpbx-webtexting/issues/40#issuecomment-2329887451