n-aggarwal / privacy-messaging-app

This repository contains the code for the final project developed for COMP360: Information Security and Privacy.
0 stars 0 forks source link

Fix Duplicate Room Checking Function #29

Open n-aggarwal opened 1 year ago

n-aggarwal commented 1 year ago

Previously, I had code that checked it two people are already in room. If that was the case, then it should have notified the user and not created a new room, but unfortunately the function for some reason turned out to be a tautology. So I need to a second look at it, and fix that.