Skip to content

Commit

Permalink
Marked unintended IsSyncInProgress method as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 19, 2024
1 parent 1771318 commit 54ebec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO.Ably.Shared/Realtime/Presence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal Presence(IConnectionManager connection, RealtimeChannel channel, string
/// <summary>
/// Indicates whether there is currently a sync in progress.
/// </summary>
public bool IsSyncInProgress => MembersMap.SyncInProgress;
internal bool IsSyncInProgress => MembersMap.SyncInProgress;

/// <summary>
/// Indicates all members present on the channel.
Expand Down

0 comments on commit 54ebec3

Please sign in to comment.