From d491871126fed9759d86556b33836c6e79573a56 Mon Sep 17 00:00:00 2001 From: Alex Erdei Date: Sun, 4 May 2025 10:30:37 +0100 Subject: [PATCH] Archive prompts for the 16th commit. --- src/backend/commit16.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/backend/commit16.txt diff --git a/src/backend/commit16.txt b/src/backend/commit16.txt new file mode 100644 index 0000000..fdf5bf0 --- /dev/null +++ b/src/backend/commit16.txt @@ -0,0 +1,13 @@ +There is still another bug. We do not see the online status of the current user in the TitleBar when we sign in. This +bug does not show, when we are already signed in and refresh the browser. + +I need the full modification + +I think we just need to call the update the online status of the current user in Redux at the sign in function, which +should not be more than a line modification. What do you think? + +The code is working but not perfect. I am online first for a split second then I am going back offline and stay like +that. I see PUT request 3 times, at first it puts me offline then online 2x. The problem is that the currentUser do +not follow this, because the currentUserSlice is not getting updated by SignalR. + +The problem is solved, but enough to change the fakebook.users.put listener, because me won't get generated again.