mirror of
https://github.com/friendica/friendica
synced 2025-05-01 05:44:24 +02:00
Create Post/Tag/Remove module class and route
- Fix tag name parameter in single tag removal link in mod/photos - Remove "/post" from backend routes as it was preventing sessions from working in this module. No existing module had a route starting with "/post".
This commit is contained in:
parent
da1c13368b
commit
e0dc7a471e
5 changed files with 172 additions and 7 deletions
|
@ -68,7 +68,6 @@ class Mode
|
|||
'objects',
|
||||
'outbox',
|
||||
'poco',
|
||||
'post',
|
||||
'pubsub',
|
||||
'pubsubhubbub',
|
||||
'receive',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue