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: 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:
- -

View File

@ -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 {