[WIP] #8374: Limit post content by rendered height instead of number of characters #968

Merged
wiwie merged 19 commits from develop into develop 2020-03-18 01:48:19 +01:00
Showing only changes of commit 30d35b835e - Show all commits

#8374: Added function type hint

Christian Wiwie 2020-03-15 13:38:57 +01:00

View file

@ -48,7 +48,7 @@ function showmore_dyn_settings_post()
} }
} }
function showmore_dyn_settings(&$a, &$o) function showmore_dyn_settings(App &$a, &$o)
{ {
if(!local_user()) { if(!local_user()) {
return; return;