Back
Todo
fix crazy bug that would return empty reply if user card in /dating would be shown which had bio substr(0,200) first 200 chars, where 200th char is an emoji which it would split into (hamburger emoji), which would cause an illegal char (for @adriaanvrossum)
#nomads fix by using multi byte substr mb_substr() instead of substr()