Provide id in announce activity
This commit is contained in:
parent
b780ea336c
commit
d70e27a865
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export default (object: any) => ({
|
||||
export default (id: string, object: any) => ({
|
||||
type: 'Announce',
|
||||
id,
|
||||
object
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue