Add login.initialize function

This commit is contained in:
2024-02-27 17:32:08 -05:00
parent 2b426eefeb
commit 32dae0df5a
5 changed files with 40 additions and 79 deletions

View File

@@ -184,7 +184,10 @@ public:
// This is used to create a temporary actor which is used during
// the login process.
//
int64_t create_login_actor();
// If initialize is true, then the function 'login.initialize'
// will be executed.
//
int64_t create_login_actor(bool initialize);
// Fetch all redirects and clear the redirects table.
//