mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
New table "post-user-notification"
This commit is contained in:
parent
08317036e7
commit
8c9346fc12
4 changed files with 123 additions and 10 deletions
|
@ -29,7 +29,7 @@ use Friendica\Database\DBStructure;
|
|||
class User
|
||||
{
|
||||
/**
|
||||
* Insert a new URI user entry
|
||||
* Insert a new post user entry
|
||||
*
|
||||
* @param integer $uri_id
|
||||
* @param integer $uid
|
||||
|
@ -66,7 +66,7 @@ class User
|
|||
}
|
||||
|
||||
/**
|
||||
* Update a URI user entry
|
||||
* Update a post user entry
|
||||
*
|
||||
* @param integer $uri_id
|
||||
* @param integer $uid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue