• Robert Knight's avatar
    Use the `group.member.delete` API route to leave a group · a3b0c454
    Robert Knight authored
    Replace use of the undocumented and cookie-authenticated
    `POST /groups/:id/leave` endpoint for leaving a group with the API
    token-authenticated and documented (in the API route directory) method
    for leaving a group.
    
    This enables leaving a group to work when cookie authentication is
    unavailable.
    a3b0c454
store.js 5.59 KB