mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Remove unused conversation response code
- Remove get_responses() - Remove get_response_button_text() - Remove title key from $conv_responses array - Address https://github.com/friendica/friendica/issues/8000#issuecomment-589263329
This commit is contained in:
parent
b2bfec3381
commit
452d7e6404
4 changed files with 17 additions and 68 deletions
|
@ -34,6 +34,7 @@ use Friendica\Util\Security;
|
|||
*/
|
||||
class Thread
|
||||
{
|
||||
/** @var Post[] */
|
||||
private $parents = [];
|
||||
private $mode = null;
|
||||
private $writable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue