AccelerateNetworks / fusionpbx-webtexting

GNU Affero General Public License v3.0
1 stars 1 forks source link

[BUG] Messages from new contact don't show up until page refrsh #68

Open dunkeltron opened 3 months ago

dunkeltron commented 3 months ago

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