mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Improved handling of several object types
This commit is contained in:
parent
43b9e39c6a
commit
a8c6160dd7
3 changed files with 17 additions and 5 deletions
|
@ -56,6 +56,7 @@ class Item
|
|||
const PT_VIDEO = 18;
|
||||
const PT_DOCUMENT = 19;
|
||||
const PT_EVENT = 32;
|
||||
const PT_POLL = 33;
|
||||
const PT_PERSONAL_NOTE = 128;
|
||||
|
||||
// Posting reasons (Why had a post been stored for a user?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue