]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
shortening links in notices from XMPP
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 18 Apr 2009 17:00:20 +0000 (19:00 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 18 Apr 2009 17:00:20 +0000 (19:00 +0200)
commit7196410bb0398c15fbab767a9b7cedc513e6520b
treea23e3d3447040e1bdebae3a82b6380625c6bdff9
parent4277a6818c6ac66158dfba3b94bdc1b2eb06b594
shortening links in notices from XMPP

This patch enables shortening of links, that where send from XMPP.
The problem was, that in util.php common_current_user() is not
finding the user account from which is posted, so the service to
shorten is not known, so no shortening at all...

This patch cleans up the xmppdaemon a little bit and hard codes ur1.ca
as shortening service _if_ the user is not set. Ugly but working.
lib/util.php
scripts/xmppdaemon.php