Time Nick Message 20:22 sfan5 rubenwardy: i built one with a seperate app id and will go ahead and announce it on the forums 20:52 sfan5 https://forum.luanti.org/viewtopic.php?t=32140 20:56 sfan5 for reference I only set a applicationIdSuffix, changed the android:label and disabled split APK while excluding x86* 20:56 sfan5 and signed the result with my local debug key 21:22 sfan5 found this beautiful type(?) looking at libluanti.so with strings 21:22 sfan5 auto Server::stepPendingDynMediaCallbacks(float)::(anonymous class)::operator()(decltype(this->m_pending_dyn_media)::value_type &) const 22:30 MTDiscord That's not a type 22:31 MTDiscord that's a function signature 22:31 MTDiscord member function, to be precise 22:31 MTDiscord or rather, member function template 22:32 MTDiscord (maybe it's not a template after all) 22:32 MTDiscord anyway some weird intermediate representation 22:37 Desour it's a lambda's function. (it's the most common case of anonymous struct inside function). interesting that the decltype() survived (it is already in the src though)