You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/01/04 18:40:31 UTC

[whimsy] branch master updated: JS does not request the list; it is pushed

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new bccff56  JS does not request the list; it is pushed
bccff56 is described below

commit bccff569c5f9c82bd95cc6fd86bae72ffe2c33c1
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jan 4 18:39:52 2019 +0000

    JS does not request the list; it is pushed
---
 www/secretary/workbench/README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/README b/www/secretary/workbench/README
index aa20899..b851bb8 100644
--- a/www/secretary/workbench/README
+++ b/www/secretary/workbench/README
@@ -87,8 +87,9 @@ Model:
   events.rb:          watches the ARCHIVE directory for changes and handles
                       system signals. These are converted into events
                       that are returned by the server /events URL
-                      These are captured by the Javascript and used to request
-                      a data update for the relevant month
+                      Changes to mailbox files are returned as a full set of headers.
+                      These are captured by the Javascript and merged into the current
+                      list.
 
 Design Notes: