Emoji picker, Search and Themes updates

This commit is contained in:
Daisuke
2020-04-13 11:30:51 -05:00
parent cf0ba1244d
commit 299c58692e
120 changed files with 224 additions and 9206 deletions

View File

@ -43,7 +43,7 @@
$tl['mode'] = $_GET['mode'];
} else {
foreach ($_GET as $key => $value){
if(in_array($key,array("user","thread","local","tag","list","federated"))){
if(in_array($key,array("user","thread","local","tag","list","federated","search"))){
$tl['mode'] = $key;
$tl[$key] = $value;
}