@@ -60,10 +60,10 @@ const InternalLink = {
|
||||
}
|
||||
export default {
|
||||
name: 'ActivityEntry',
|
||||
mixins: [ relativeDate ],
|
||||
components: {
|
||||
RichText,
|
||||
},
|
||||
mixins: [ relativeDate ],
|
||||
props: {
|
||||
activity: {
|
||||
type: Object,
|
||||
|
||||
@@ -68,7 +68,6 @@ const AtMention = {
|
||||
|
||||
export default {
|
||||
name: 'CommentItem',
|
||||
mixins: [ relativeDate ],
|
||||
components: {
|
||||
Avatar,
|
||||
UserBubble,
|
||||
@@ -77,6 +76,7 @@ export default {
|
||||
CommentForm,
|
||||
RichText,
|
||||
},
|
||||
mixins: [ relativeDate ],
|
||||
props: {
|
||||
comment: {
|
||||
type: Object,
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
import axios from '@nextcloud/axios'
|
||||
import { generateUrl, generateOcsUrl } from '@nextcloud/router'
|
||||
import { generateOcsUrl } from '@nextcloud/router'
|
||||
|
||||
export class CommentApi {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user