Revision
808
Author
wsanchez@apple.com
Date
2006-12-12 13:56:14 -0800 (Tue, 12 Dec 2006)

Log Message

These are being used, after all

Modified Paths

Diff

Modified: CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py (807 => 808)


--- CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py	2006-12-12 17:56:37 UTC (rev 807)
+++ CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py	2006-12-12 21:56:14 UTC (rev 808)
@@ -159,11 +159,10 @@
     Resource that gets stored in a notification collection and which contains
     the notification details in its content as well as via properties.
     """
-    # FIXME: These don't appear to be in use
-    # liveProperties = DAVResource.liveProperties + (
-    #     (calendarserver_namespace, "time-stamp"),
-    #     (calendarserver_namespace, "changed"   ),
-    # )
+    liveProperties = DAVResource.liveProperties + (
+        (calendarserver_namespace, "time-stamp"),
+        (calendarserver_namespace, "changed"   ),
+    )
 
 # FIXME: This needs to be in static.py, but it's referred to in doNotification() above, which is probably incorrect.
 class NotificationFile(NotificationResource, DAVFile):