Skip to content

[ODIS] How does matchmaking work? How often can I matchmake? #218

Discussion options

You must be logged in to vote

TLDR:

  • users can request contact list matches from ODIS as many times as they want
  • they simply need to add an optional argument in the matchmaking request to prevent abuse (more below)

Additional context:

In a nutshell, ODIS matchmaking works as follows:

You provide your phone number +44 444 ... and a contact list:

{
  "+49 999 ...",
  "+33 333 ..."
}

Someone else provides their phone number +49 999 ... and their contact list:

{
  "+44 444 ...",
  "+33 333 ..."
}

If you (+44 444 ...) have someone's phone number (+49 999 ...) in your contact list and they (+49 999 ...) have your phone number (+44 444 ...) in their contact list, then a match exists. Matches can thus only exist among users …

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by arthurgousset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment