From ad60e2c566930409d853517ca9392f169fc8e747 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 02:57:33 -0700 Subject: use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well. --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.inc') diff --git a/version.inc b/version.inc index ca09188f7..e2e021e8b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-05.638 +2014-04-06.639 -- cgit v1.2.3