| Anonymous | Login | Signup for a new account | 2013-05-20 01:03 PDT | ![]() |
| Main | My View | View Issues | Change Log | Repositories |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0000461 | Friendica | unknown/other | public | 2012-07-23 05:33 | 2012-07-23 15:50 | ||||||
| Reporter | Domovoy | ||||||||||
| Assigned To | |||||||||||
| Priority | high | Severity | minor | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | web | OS | linux/unix | OS Version | any | ||||||
| Product Version | dev | ||||||||||
| Fixed in Version | |||||||||||
| Summary | 0000461: About dropping item | ||||||||||
| Description | I just saw that when i drop an item, it is still present in the database, it is just updated setting its 'deleted' field to 1. Shouldn't it simply be completely removed from the database? | ||||||||||
| Steps To Reproduce | Post an item Delete it Check the `item` table in the database The post is still there | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0000721) macgirvin (administrator) 2012-07-23 15:24 |
The post content is usually removed, but we need to keep the post id available to notify everybody else that the post has been deleted. This is part of the DFRN spec in that others may have one-way relationships and poll infrequently. We must therefore be able to provide the information that this item was deleted for up to 32 days. Then we can and do remove it. |
|
(0000722) Domovoy (reporter) 2012-07-23 15:50 |
Ha, ok. All good then, thank you. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-07-23 05:33 | Domovoy | New Issue | |
| 2012-07-23 15:24 | macgirvin | Note Added: 0000721 | |
| 2012-07-23 15:50 | Domovoy | Note Added: 0000722 | |
| Copyright © 2000 - 2010 MantisBT Group |