-
This post was written under Xcode debugger. REPRO STEPS: 1. Download the mastodon-ios repo 2. Follow directions in Setup.md 3. Build defaults RESULTS: Works exactly as expected on the first try. Bravo… mastodon.online/@zekearanylucas/109296725530575240
-
…in reply to @ZekeAranyLucas
Although the mention doesn’t resolve. But it does if I reply from the App Store: 🐘Gargron@mastodon.social
-
…in reply to @ZekeAranyLucas
I found where it clicking on it navigates to the user’s profile. It happens in responsetoMetaTextAction() picks off the mention and then switches to Profile scene. Time to hunt for a create status view, or similar.