diff src/facebook.coffee @ 31:8238d312e281

var checks
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 30 Sep 2014 07:30:54 +0200
parents 3e3fa35e3ce2
children
line wrap: on
line diff
--- a/src/facebook.coffee	Thu Aug 28 18:40:39 2014 +0200
+++ b/src/facebook.coffee	Tue Sep 30 07:30:54 2014 +0200
@@ -102,7 +102,7 @@
       async.eachLimit allESN, 10, ((fromesn, callback) ->
         async.waterfall [
           (cb) ->
-            if fromesn.sourcePost.indexOf('www.facebook.com') is -1
+            if fromesn.sourcePost.indexOf('facebook.com') is -1
               return
             Usermap.search {id: me + '_to_' + me}, cb
           (pumpuser, cb) ->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)