diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-05-30 15:50:48 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-05-30 15:50:48 +0200 |
commit | f4c80d1315c181300bd37ef5de98c365325bc130 (patch) | |
tree | 811dd0a9bba9bbe49d7e4c360719e72899574783 /.meteor/packages | |
parent | 6db01bb3c7bbcf3e5451dd828d3d0932eb5efec3 (diff) | |
download | wekan-f4c80d1315c181300bd37ef5de98c365325bc130.tar.gz wekan-f4c80d1315c181300bd37ef5de98c365325bc130.tar.bz2 wekan-f4c80d1315c181300bd37ef5de98c365325bc130.zip |
Implement presence indicators
Diffstat (limited to '.meteor/packages')
-rw-r--r-- | .meteor/packages | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.meteor/packages b/.meteor/packages index c04186c6..48d8665e 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -2,6 +2,9 @@ # # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. +# +# XXX Should we replace tmeasday:presence by 3stack:presence? Or maybe the +# packages will merge in the future? meteor-platform |