From dd22e1b5824b38fa2a1455df22dbee7da2201c76 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Mar 2013 15:48:56 -0800 Subject: just tinkering and trying a few things - don't get upset. It can all be reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting. --- include/ConversationObject.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ConversationObject.php') diff --git a/include/ConversationObject.php b/include/ConversationObject.php index 7e412803b..307cb2d17 100644 --- a/include/ConversationObject.php +++ b/include/ConversationObject.php @@ -90,6 +90,11 @@ class Conversation extends BaseObject { return $this->profile_owner; } + public function set_profile_owner($uid) { + $this->profile_owner = $uid; + } + + /** * Add a thread to the conversation * -- cgit v1.2.3