We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4810f2e + 18180a8 commit 3258e99Copy full SHA for 3258e99
1 file changed
src/services/participantsService.js
@@ -248,7 +248,7 @@ const setTyping = (typing) => {
248
* @param {string} userId user id
249
*/
250
const getUserAbsence = async (userId) => {
251
- return axios.get(generateOcsUrl('/apps/dav/api/v1/outOfOffice/{userId}', { userId }))
+ return axios.get(generateOcsUrl('/apps/dav/api/v1/outOfOffice/{userId}/now', { userId }))
252
}
253
254
export {
0 commit comments