1
0
Fork 0

Remove $ssl_state variable

This commit is contained in:
Philipp Holzer 2023-02-19 12:25:24 +01:00
commit cb106f40ca
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 0 additions and 4 deletions

View file

@ -446,8 +446,6 @@ class Conversation
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css'));
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput-typeahead.css'));
$ssl_state = (bool)$this->session->getLocalUserId();
$live_update_div = '';
$blocklist = $this->getBlocklist();