migrate to unified "capabilities" API
This commit is contained in:
parent
7779845056
commit
191212c940
6 changed files with 198 additions and 246 deletions
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
import Feed from './Feed.svelte';
|
||||
import { Client, server_types } from './client/client.js';
|
||||
import { Client } from './client/client.js';
|
||||
|
||||
let ready = Client.get().app && Client.get().app.token;
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
function log_out() {
|
||||
Client.get().logout().then(() => {
|
||||
ready = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue