Mark notification read when viewing the Bubble
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { post } from "@rails/request.js"
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
export default class extends Controller {
|
||||
static values = { url: String }
|
||||
|
||||
connect() {
|
||||
post(this.urlValue, { responseKind: "turbo-stream" })
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user