Skip to content

add endpoint that can mark a given chat as read/unread #1058

add endpoint that can mark a given chat as read/unread

add endpoint that can mark a given chat as read/unread #1058

Workflow file for this run

name: Lint (Pull Request)
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint (Pull Request)
runs-on:
- ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: install npm dependencies
run: npm i
- name: lint
run: npm run lint