mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 06:07:16 +00:00
fix mapping error
This commit is contained in:
parent
9aadfe62f8
commit
41eb99d188
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ public interface ApiService {
|
|||
|
||||
// Like returns the full chat list
|
||||
@POST("groups/{gid}/chat/{mid}/like")
|
||||
Observable<List<Void>> likeMessage(@Path("gid") String groupId, @Path("mid") String mid);
|
||||
Observable<ChatMessage> likeMessage(@Path("gid") String groupId, @Path("mid") String mid);
|
||||
|
||||
@POST("groups/{gid}/chat/{mid}/flag")
|
||||
Observable<Void> flagMessage(@Path("gid") String groupId, @Path("mid") String mid);
|
||||
|
|
|
|||
Loading…
Reference in a new issue