sync all past random changes

This commit is contained in:
Zhongheng Liu 2024-01-03 22:27:05 +02:00
commit ba12033e90
No known key found for this signature in database

View file

@ -18,7 +18,6 @@ public class MessageController {
public Message messageHandler(Message message) throws Exception { public Message messageHandler(Message message) throws Exception {
// Add message to repository // Add message to repository
repository.save(message); repository.save(message);
// Forward message to subscribers of Stomp endpoint // Forward message to subscribers of Stomp endpoint
return message; return message;
} }