Auto review
This commit is contained in:
parent
a0b1ef3216
commit
60f6b3ef02
|
@ -6,7 +6,7 @@ Features:
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
- Persist active tab between sessions (#503)
|
- Persist active tab between sessions (#503)
|
||||||
- Do not upload file to big for the homeserver (#587)
|
- Do not upload file too big for the homeserver (#587)
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
-
|
-
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
package im.vector.matrix.android.api.session.homeserver
|
package im.vector.matrix.android.api.session.homeserver
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This interface defines a method to sign out. It's implemented at the session level.
|
* This interface defines a method to retrieve the homeserver capabilities.
|
||||||
*/
|
*/
|
||||||
interface HomeServerCapabilitiesService {
|
interface HomeServerCapabilitiesService {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue