mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add data-mention-id to seeds mentions
This commit is contained in:
parent
1a21884081
commit
b6975bde89
@ -294,9 +294,10 @@ import Factory from './factories'
|
|||||||
}),
|
}),
|
||||||
])
|
])
|
||||||
|
|
||||||
const mention1 = 'Hey <a class="mention" href="/profile/u3">@jenny-rostock</a>, what\'s up?'
|
const mention1 =
|
||||||
|
'Hey <a class="mention" data-mention-id="u3" href="/profile/u3">@jenny-rostock</a>, what\'s up?'
|
||||||
const mention2 =
|
const mention2 =
|
||||||
'Hey <a class="mention" href="/profile/u3">@jenny-rostock</a>, here is another notification for you!'
|
'Hey <a class="mention" data-mention-id="u3" href="/profile/u3">@jenny-rostock</a>, here is another notification for you!'
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
asAdmin.create('Post', {
|
asAdmin.create('Post', {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user