mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
hibernate tweaks
This commit is contained in:
@@ -72,7 +72,7 @@ public class SubscriptionHandler {
|
||||
&& StringUtils.contains(message, pushpressError)) {
|
||||
String[] tokens = message.split(" ");
|
||||
feed.setPushTopic(tokens[tokens.length - 1]);
|
||||
feedDAO.update(feed);
|
||||
feedDAO.saveOrUpdate(feed);
|
||||
log.debug("handled pushpress subfeed {} : {}", topic,
|
||||
feed.getPushTopic());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user