Skip to content

Commit

Permalink
Updated documentation comments for Presence#SyncComplete property
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 19, 2024
1 parent 332d954 commit 456dcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IO.Ably.Shared/Realtime/Presence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ internal Presence(IConnectionManager connection, RealtimeChannel channel, string
internal ILogger Logger { get; private set; }

/// <summary>
/// Has the sync completed.
/// Checks if presence sync has ended.
/// RTP13

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net6.0)

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net6.0)

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 43 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net6.0)

/// </summary>
///
[Obsolete("This property is deprecated, use SyncComplete instead")]
public bool IsSyncComplete => SyncComplete;

/// <summary>
/// Checks if sync has completed
/// Checks if presence sync has ended.
/// RTP13

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net6.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net7.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net6.0)

Check failure on line 51 in src/IO.Ably.Shared/Realtime/Presence.cs

View workflow job for this annotation

GitHub Actions / check (net6.0)

/// </summary>
///
Expand Down

0 comments on commit 456dcff

Please sign in to comment.