flutter_supabase_chat_core icon indicating copy to clipboard operation
flutter_supabase_chat_core copied to clipboard

Update supabase_chat_core.dart

Open danbeech opened this issue 1 year ago • 3 comments

What does it do?

First of all, sorry about the formatting changes 😬 The change uses epoch millis for updatedAt in method SupabaseChatCore.instance.updateRoom instead of DateTime.now()

Why is it needed?

You cannot update a room when providing a flutter DateTime type in the call.

How to test it?

Try to update a room before this change, look at the error. Then use this PR and your room will update 👍

Related issues/PRs

Nope, just fixing it.

danbeech avatar Aug 24 '24 13:08 danbeech

hi @danbeech,

Thank you for your contribution, I would kindly ask you to:

  • Run dart format .
  • Edit the file CHANGELOG.md

Thank you.

rickypid avatar Aug 26 '24 07:08 rickypid

@rickypid No problem, I'll update with these changes later on 👍

danbeech avatar Aug 26 '24 07:08 danbeech

@rickypid updates done, anything else just lmk 🙌

danbeech avatar Aug 30 '24 11:08 danbeech