No.
No.
Test: 1: Install a mastodon server with LOCAL_DOMAIN=test1.X WEB_DOMAIN=test2.X 2: In Pleroma, query and follow [email protected] (it is shown as [email protected]) 3: Change WEB_DOMAIN=test1.X and ALTERNATE_DOMAINS=test2.X , restart mastodon 4:...
> Is this still as good as it gets? I have a server that I need to move to another domain within a few months. Correct. mastodon uses webfinger id...
> Well, since the old domain is going away due to circumstances beyond our control, getting mastodon federation moved over is better than getting nothing moved over, I guess. Then...
> I don't think WEB_DOMAIN is really relevant in this; WEB_DOMAIN is just where the WebUI is served afaik and I don't think it's relevant for a LOCAL_DOMAIN change, only...
> Relevant source: > > https://github.com/matrix-org/synapse/blob/2b78981736f9004f99b1760e3e77b234f92755a7/synapse/storage/databases/main/events_bg_updates.py#L1402-L1406 > > > used portdb. yes > > I fear this is a consequence of #13191 :( > > The safest option would be...
> > When there's a fix for #16322, please try purging that room again. > > A fix (#16455) landed in Synapse 1.95. Have you had the chance to try...
> Hello, Tusooa. > > Thank you for bringing this to our attention. > > On a daily basis, we have a dedicated team that actively moderates against racism, sexism,...
> Uhhh... tests are failing. Could you maybe look into why? I can't reproduce this locally using GCC 13.2.1 on Gentoo Linux, even with `-Werror=array-bounds` compiler option set.
Yea, I can reproduce the error in nix but I have totally no idea why it fails. ``` [ 61%] Building CXX object test/CMakeFiles/test-transducer-read.dir/transducer/read.cpp.o In file included from /home/user/Code/zug/zug/compose.hpp:11, from...
With ZUG_VARIANT_BOOST (succeeds): ``` tlcr: 0 2021,1,22 (5) 19,40,04 tusooa@tusooa-yoga /home/test/ ] cat zug-test.cpp #include #define ZUG_VARIANT_BOOST 1 #include #include int main() { std::vector foo; auto seq = zug::sequence(zug::identity, foo);...