Skip to content

Commit

Permalink
Remove ClassroomList model
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed May 30, 2024
1 parent d68d1b5 commit 69352df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions model/src/main/proto/topic.proto
Original file line number Diff line number Diff line change
Expand Up @@ -584,12 +584,6 @@ message ClassroomIdList {
repeated string classroom_ids = 1;
}

// Corresponds to a local file cataloging all available classrooms in the app.
message ClassroomList {
// The list of classrooms available to the app.
repeated ClassroomRecord classrooms = 1;
}

// Corresponds to a loadable classroom.
message ClassroomRecord {
// The classroom's ID.
Expand Down

0 comments on commit 69352df

Please sign in to comment.