mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
Fix exact users
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
744fc8dffd
commit
ae9878f17e
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ import lombok.Data;
|
|||
@Data
|
||||
@JsonObject
|
||||
public class ExactSharees {
|
||||
@JsonField(name = "exact")
|
||||
@JsonField(name = "users")
|
||||
List<Sharee> exactSharees;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue