Skip to content

Commit

Permalink
Updated maximum number of invitees in a session from 5 to 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBriere committed Sep 7, 2023
1 parent 0957fef commit 1a4d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/widgets/SessionInviteWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "GlobalMessageBox.h"
#include "managers/ComManager.h"

#define MAX_INVITEES_IN_SESSION 5
#define MAX_INVITEES_IN_SESSION 6

namespace Ui {
class SessionInviteWidget;
Expand Down

0 comments on commit 1a4d8ad

Please sign in to comment.