[backend/akko-client] Instruct Akkoma-FE to use the streaming API
This commit is contained in:
parent
0e7e2698e0
commit
909af700c8
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue