Skip to content

Conversation

@Qizot
Copy link

@Qizot Qizot commented Jan 9, 2026

Description

This PR adds channel notifications to the server messages.

Motivation and Context

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

@Qizot Qizot changed the title Add channel notification messages FCE-2609 Add channel notification messages Jan 9, 2026
@linear
Copy link

linear bot commented Jan 9, 2026

@Qizot Qizot force-pushed the channel-notifications branch from 9aeaba2 to 40512a6 Compare January 9, 2026 12:41
@Qizot Qizot requested review from Karolk99 and Copilot January 9, 2026 12:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds channel notification support to the Fishjam server messaging protocol by introducing ChannelAdded and ChannelRemoved message types that notify when peers create or delete channels in rooms.

  • Adds two new protobuf message types: ChannelAdded and ChannelRemoved
  • Updates the ServerMessage oneof to include the new channel notification fields
  • Updates documentation to reflect the new message types

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
fishjam/server_notifications.proto Defines the new ChannelAdded and ChannelRemoved protobuf messages and adds them to the ServerMessage oneof
fishjam_protos/lib/fishjam/server_notifications.pb.ex Generated Elixir code from the protobuf definitions for the new channel notification messages
doc/docs.md Documentation for the new channel notification message types including field descriptions
README.md Adds instructions for generating Elixir protos with the required protobuf plugin

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Qizot Qizot force-pushed the channel-notifications branch 2 times, most recently from 30097c5 to 4749077 Compare January 13, 2026 10:51
@Qizot Qizot requested a review from Karolk99 January 13, 2026 10:51
@Qizot Qizot force-pushed the channel-notifications branch from 4749077 to 5394cf1 Compare January 13, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants