Skip to content

Commit c28b469

Browse files
Small store user activity fix
1 parent 6be2431 commit c28b469

File tree

1 file changed

+1
-0
lines changed
  • c-sharp-chat/PubnubChatApi/PubnubChatApi/Entities

1 file changed

+1
-0
lines changed

c-sharp-chat/PubnubChatApi/PubnubChatApi/Entities/Chat.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ public async Task<ChatOperationResult> DeleteChannel(string channelId, bool soft
586586
internal async void StoreActivityTimeStamp()
587587
{
588588
var currentUserId = PubnubInstance.GetCurrentUserId();
589+
storeActivity = true;
589590
while (storeActivity)
590591
{
591592
var getResult = await User.GetUserData(this, currentUserId).ConfigureAwait(false);

0 commit comments

Comments
 (0)