Amin Raeisi

Results 6 comments of Amin Raeisi

I have the same issue with this: ``` 'price' => 'required_if:has_price,yes|min:1', ```

@samuel2629 did you find a solution to this? Similar issue is in iOS while you are online, you receive push notification even while chatting in the same channel.

@samuel2629 thanks for the answer. We tried that way but some ios users do not get our background (silent) notifications at all. So we switched to the reminder webhook provided...

@samuel2629 yeah but the main issue we had was if we try the stream chat notification that sends a notification for each new message, on ios even while chatting you...

@Mounix99 If I am not mistaken, this PR is the solution to if you want to have you custom attachment builder like a audioAttachmentBuilder, right now it will only have...

> @aminraeisi Yes, this PR is directly for this. For now my builders looks like this > ```dart > class MessageBuilderWidget extends StatelessWidget { > const MessageBuilderWidget({super.key, required this.defaultMessage}); >...