Skip to content

Commit

Permalink
add reel topic
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Mar 12, 2024
1 parent cf4f11c commit 6a10032
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ private Map<String, String> defaultValues(String ownerId) {
"remoteplayer",
"/topic/%sremoteplayer".formatted(ownerId)
);
defaultValues.put(
"reel",
"/topic/%sreel".formatted(ownerId)
);

return defaultValues;
}
Expand Down

0 comments on commit 6a10032

Please sign in to comment.