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.

This commit is contained in:
friendica
2013-03-05 15:48:56 -08:00
parent 8d442e6fc1
commit dd22e1b582
10 changed files with 238 additions and 212 deletions

View File

@@ -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
*