SkygearIO / chat

Skygear Plugin - Chat SDK
Apache License 2.0
17 stars 18 forks source link

DistinctByParticipants SQL bug fix #202

Closed howawong closed 6 years ago

howawong commented 6 years ago

The previous SQL returned any conversation which is the superset of the given participants. The fix is to add one more checking, which verifies each conversation size is exactly the same as the number of given participants.

Connects #201

carmenlau commented 6 years ago

Merged via 34c90c1