Closes #99 (closed)
- Add
/channel/:id/owner
endpoint to change channel owner (allowed for channel owner and SUPPORTERS role) - Add
/me
endpoint returning current user ifnromation like user_id in order to user properly some other endpoint requiring userId (e.g. removeMember, unsubscribe, etc.) - Updated pg package to latest
- Updated to node14 in the Dockerfile
Relates to Egroup to Channel migration automation (notifications-samples#3 (closed))