Send default reactions as Like activities to Iceshrimp.NET instances
This commit is contained in:
parent
e0afeff248
commit
e333283905
1 changed files with 2 additions and 1 deletions
|
@ -283,9 +283,10 @@ export class ApRendererService {
|
||||||
if (instance && instance.softwareName === 'mastodon') isMastodon = true;
|
if (instance && instance.softwareName === 'mastodon') isMastodon = true;
|
||||||
if (instance && instance.softwareName === 'akkoma') isMastodon = true;
|
if (instance && instance.softwareName === 'akkoma') isMastodon = true;
|
||||||
if (instance && instance.softwareName === 'pleroma') isMastodon = true;
|
if (instance && instance.softwareName === 'pleroma') isMastodon = true;
|
||||||
|
if (instance && instance.softwareName === 'iceshrimp.net') isMastodon = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const object: ILike = {
|
const object: ILike = {
|
||||||
type: 'Like',
|
type: 'Like',
|
||||||
id: `${this.config.url}/likes/${noteReaction.id}`,
|
id: `${this.config.url}/likes/${noteReaction.id}`,
|
||||||
|
|
Loading…
Reference in a new issue