snowshift
06/04/2022, 4:48 AMmessageSubscription = await supabase
.from(`messages:community_id=eq.${community.id}:room_id=eq.${room.id}`)
.on('INSERT', payload => {})
.subscribe();
Here's what I have that doesn't workNeedle
06/04/2022, 4:48 AMgaryaustin
06/04/2022, 4:52 AMNeedle
06/04/2022, 4:52 AMsnowshift
06/04/2022, 5:00 AMNeedle
06/04/2022, 5:00 AM