mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Fix rejecting group invitations. Fixes #1015
This commit is contained in:
parent
afeef40979
commit
40231dc58b
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ class SocialRepositoryImpl(localRepository: SocialLocalRepository, apiClient: Ap
|
|||
}
|
||||
|
||||
override fun rejectGroupInvite(groupId: String): Flowable<Void> {
|
||||
return apiClient.rejectQuest(groupId)
|
||||
return apiClient.rejectGroupInvite(groupId)
|
||||
}
|
||||
|
||||
override fun forceStartQuest(party: Group): Flowable<Quest> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue