Implement broadcast notes #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cf/lab/broadcast-notes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for "broadcast notes", which are posts that get delivered to every instance in the entire known network. Access to create broadcast notes is gated behind the "create broadcast notes" role policy (disabled by default).
1e0f991d47todf05d6878c@ -0,0 +1,17 @@/** SPDX-FileCopyrightText: hazelnoot and other Sharkey contributorswrong copyright header
@ -0,0 +1,16 @@/** SPDX-FileCopyrightText: hazelnoot and other Sharkey contributorswrong copyright header
@ -188,0 +189,4 @@<template #label>{{ i18n.ts._role._options.canBroadcastNote }}</template><template #suffix><span v-if="role.policies.canBroadcastNote.useDefault" :class="$style.useDefaultLabel">{{ i18n.ts._role.useBaseValue }}</span><span v-else>{{ role.policies.canPublicNote.value ? i18n.ts.yes : i18n.ts.no }}</span>wrong property