mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
friendly unfriend message
This commit is contained in:
@@ -63,9 +63,10 @@ const friendReq = {
|
||||
* @param {{ userId: string }} params
|
||||
* @returns {Promise<{json: any, params: { userId: string }}>}
|
||||
*/
|
||||
deleteFriend(params) {
|
||||
deleteFriend(params, customMsg) {
|
||||
return request(`auth/user/friends/${params.userId}`, {
|
||||
method: 'DELETE'
|
||||
method: 'DELETE',
|
||||
customMsg
|
||||
}).then((json) => {
|
||||
const args = {
|
||||
json,
|
||||
|
||||
Reference in New Issue
Block a user