These are being used, after all
--- 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):