You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix message thread reply footnote view not shown if parent message not in cache (#681)
* First solution: Provide the reply in the parentMessage parameter and do workaround
* Revert "First solution: Provide the reply in the parentMessage parameter and do workaround"
This reverts commit cfb4b2e.
* Final solution: Create a Lazy view that waits for the parent message to be fetched
This solution requires the least amount of changes and there is also no breaking change
* Update CHANGELOG.md
* Remove unused properties
* PR feedback
* Fix Xcode 15
* Fix Xcode 15
* Use on appear instead
* Please....
0 commit comments