Released on May 14, 2026.
-
Fixed a bug where boosting a quote post would incorrectly copy the
quote_idto the outer boost wrapper status, causing clients like SubwayTooter to fail to display the quoted post correctly. Thequote_idandquotefields now only appear inside the innerreblogobject. [#480] -
Fixed a bug where no logs were output when running as a worker node (
NODE_TYPE=worker). The logging system was only initialized when the web server started, so worker-only processes ran silently regardless of theLOG_LEVELsetting. [#478]