* mastoapi/user-stuff:
whoops
レインせんぱいにサンキュー
fix embedded relationship card parsing
actually use embedded relationship if it's present
instead of filtering nulls, let's just not have them in the first place
fixed tests, review fixes, now storing local users with downcase screen name for better compatibility
fix error
some test fixes, disabled one test for now since logic now is even more async in general
attempt at fixing switching to user TL
fix reply-to marker, also whoops console log
revert some stuff, turns out it's actually breaking. Fixed some local user things
Since BE doesn't support fetching user by screen name over MastoAPI we'll gonna just fetching it over QvitterAPI real quick :DDDDDDDDD
switch to mastoapi for user timeline
Partially transitioned user data to MastoAPI. Added support for fetching relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs