This commit is contained in:
2026-01-10 17:22:49 +01:00
parent edcc1b5403
commit 674fabb715
21 changed files with 2135 additions and 489 deletions

View File

@@ -17,6 +17,15 @@ class View
public $avatar_file_path;
public $user_account_type;
/* Messenger properties */
public $conversations;
public $unread_count;
public $all_users;
/* Note properties */
public $messages;
public $other_user;
/**
* Static property to track if header has been rendered
*/