Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mw
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • milliways
  • mw
  • Issues
  • #43
Closed
Open
Created May 07, 2019 by Imran Hussain@imranhDeveloper

Include some form of identifier in replayed messages json

Something like:

Old

{
  "type":"talker_join",
  "data":{
    "unixtime":1557219295,
    "quiet":false,
    "user":"imranh",
    "method":"normal",
    "channel":100
  }
}

New

{
  "type":"talker_join",
  "data":{
    "unixtime":1557219295,
    "quiet":false,
    "user":"imranh",
    "method":"normal",
    "channel":100
  },
  "replay": true
}
Assignee
Assign to
Time tracking