Auto review

This commit is contained in:
Benoit Marty 2019-09-25 17:08:58 +02:00
parent a0b1ef3216
commit 60f6b3ef02
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Features:
Improvements:
- 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:
-

View file

@ -17,7 +17,7 @@
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 {