Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
S
server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • NYNJA
  • server
  • Merge Requests
  • !132

Closed
Opened Mar 26, 2019 by delete2@delete2Contributor
  • Report abuse
Report abuse

[Feature] Room Join Link

  • Overview 1
  • Commits 3
  • Changes 8

Created by: gspasov

Relevant to issue [NY-7197]

  • Created separate table for storing JoinLinks (it could be used for other than rooms). The structure is as follows:
-record('JoinLink',     {id        = [] :: [] | binary(),
                         room_id   = [] :: [] | binary(),
                         type      = [] :: [] | room}).
  • Created new possible Feature for Links:
{'Feature',<<"355305ff-2e7a-4dbb-ac9b-bd68f85fb371_1">>,
                <<"GROUP_JOIN_LINK">>,
                <<"https://web.nynja.net/room/join/5SSXWSU9">>,
                <<"LINKS">>}
  • Now when creating a new Room, this feature is automatically added to the settings key;
  • Created a REST API for getting room_id from encoded join_link_id;
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/nynja/server!132
Source branch: Feature/GroupJoinLink