summaryrefslogtreecommitdiff
path: root/classes/Profile.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-02-11 15:24:18 -0800
committerZach Copley <zach@status.net>2010-02-11 16:29:27 -0800
commit3beddffc39e9a0bc5d32f50f4c8f93771060a032 (patch)
treee6d73b2b25a2ac6fb7037495ea085355d372fe29 /classes/Profile.php
parent8e6b52e8994ce9a3180554f999bdc89b414fc892 (diff)
ostatus:attention links in Notice Atom output
Diffstat (limited to 'classes/Profile.php')
-rw-r--r--classes/Profile.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 664c45f64..3e5150c18 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -803,4 +803,10 @@ class Profile extends Memcached_DataObject
return $xs->getString();
}
+
+ function getAcctUri()
+ {
+ return $this->nickname . '@' . common_config('site', 'server');
+ }
+
}