]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinefriends.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / apitimelinefriends.php
index 40ce35979b9005c63f1f1157ff30724cc62f88da..c96391c129e39d23794699a83e30159160db3a3e 100644 (file)
@@ -346,6 +346,7 @@ class ApiTimelineFriendsAction extends ApiBareAuthAction
             return '"' . implode(
                                  ':',
                                  array($this->arg('action'),
+                                       common_user_cache_hash($this->auth_user),
                                        common_language(),
                                        $this->user->id,
                                        strtotime($this->notices[0]->created),