Skip to content

Commit

Permalink
wip: Provide a message activity #152
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 22, 2024
1 parent 36588f9 commit c419df6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ module.exports = {
{ component: 'messages/Composer', class: 'fit' }
],
sizes: { xs: 100, sm: 600, md: 600, lg: 600, xl: 600 },
visible: true
visible: true,
opener: false
}
},
messages: {
Expand Down
1 change: 0 additions & 1 deletion src/components/messages/MessagesActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import config from 'config'
// Data
const MessageKinds = config.messagesActivity.messages
console.log(MessageKinds)
const schema = {
timestampField: 'createdAt',
authorField: 'author',
Expand Down
1 change: 0 additions & 1 deletion src/components/webpush/WebpushActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const schema = ref(baseSchema)
// Functions
async function sendNotification () {
console.log(values.value)
api.getService('push').create({
notification: values.value,
subscriptionService: `${config.apiPath}/users`,
Expand Down

0 comments on commit c419df6

Please sign in to comment.