mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:10:11 +00:00
API: Set "dismissed" instead of "seen"
This commit is contained in:
parent
c371d2ec82
commit
f7e859ec2c
10 changed files with 36 additions and 13 deletions
|
@ -16,7 +16,8 @@ Fields
|
|||
| target-uri-id | Item-uri id of the related post | int unsigned | YES | | NULL | |
|
||||
| parent-uri-id | Item-uri id of the parent of the related post | int unsigned | YES | | NULL | |
|
||||
| created | | datetime | YES | | NULL | |
|
||||
| seen | | boolean | YES | | 0 | |
|
||||
| seen | Seen on the desktop | boolean | YES | | 0 | |
|
||||
| dismissed | Dismissed via the API | boolean | YES | | 0 | |
|
||||
|
||||
Indexes
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue