op14: add todo to reduce data sent

This commit is contained in:
Rory&
2026-06-24 06:36:40 +02:00
parent 92d170a898
commit dcb6025d6f
@@ -73,6 +73,7 @@ public class Op14Controller(ILogger<Op12Controller> logger, SpacebarAspNetAuthen
// TODO: handle subscriptions
// TODO: handle channel permissions
// TODO: handle channels at all
// TODO: reduce the amount of duplicate User objects sent?
};
}