Releases: insideapp-srl/flutter_supabase_chat_core
Releases · insideapp-srl/flutter_supabase_chat_core
v1.4.3
[1.4.3] - 2024-12-26
@rickypid
@lazy-geek
ℹ️ ℹ️ Recommended scheme migration ℹ️ ℹ️
Improvement documentations.
Fixed
- Fixed #25 Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update
- Fixed #27 Error in room or message deletion query, a
limit(1)
was incorrectly applied
What's Changed
- fix: Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update by @lazy-geek in #25
- Improvement documentations. by @rickypid in #24
New Contributors
- @lazy-geek made their first contribution in #25
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
v1.4.0
[1.4.0] - 2024-11-21
@rickypid
Improvements
- Now when we get the rooms the
rooms_l
view is used so that we can get all the information without having to do multiple queries
Fixed
- Fixed #20 Chat creator role is null instead of admin
- Fixed online user status realtime subscription
What's Changed
Full Changelog: v1.3.2...v1.4.0