Profile on sidebar
This commit is contained in:
@@ -1141,4 +1141,12 @@ public class MainController {
|
||||
getChatPageController().showChat(entry);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public void refreshSidebarUserFromSession() {
|
||||
if (sidebarController != null && Session.currentUser != null) {
|
||||
Platform.runLater(() -> sidebarController.setUserFromSession(Session.currentUser));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user