mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix comment
This commit is contained in:
parent
7c40be9054
commit
17f1a54a1f
@ -17,11 +17,11 @@ export interface AccountDataApi {
|
||||
*/
|
||||
get(eventType: string): unknown;
|
||||
/**
|
||||
* Sett account data on the homeserver.
|
||||
* Set account data on the homeserver.
|
||||
*/
|
||||
set(eventType: string, content: unknown): Promise<void>;
|
||||
/**
|
||||
* Delete account data from homeserver.
|
||||
* Changes the content of this event to be empty.
|
||||
*/
|
||||
delete(eventType: string): Promise<void>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user