[backend/akko-client] Instruct Akkoma-FE to use the streaming API

This commit is contained in:
Kopper 2024-09-01 01:41:11 +03:00 committed by Iceshrimp development
parent 0e7e2698e0
commit 909af700c8

View file

@ -8,9 +8,8 @@ public class FrontendConfigurationsResponse()
} }
// TODO: STUB
public class PleromaFeConfiguration() public class PleromaFeConfiguration()
{ {
// Use Oauth [J("loginMethod")] public string LoginMethod => "token";
[J("loginMethod")] public string loginMethod => "token"; [J("useStreamingApi")] public bool UseStreamingApi => true;
} }