aboutsummaryrefslogtreecommitdiffstats
path: root/include/ConversationObject.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-05 15:48:56 -0800
committerfriendica <info@friendica.com>2013-03-05 15:48:56 -0800
commitdd22e1b5824b38fa2a1455df22dbee7da2201c76 (patch)
tree735d4fe38430aa67c16a9b1eb2cbee17a8942837 /include/ConversationObject.php
parent8d442e6fc1364ea351a9b781e8173c1b679b7a91 (diff)
downloadvolse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.tar.gz
volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.tar.bz2
volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.zip
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.
Diffstat (limited to 'include/ConversationObject.php')
-rw-r--r--include/ConversationObject.php5
1 files changed, 5 insertions, 0 deletions
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
*