1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-12 02:07:26 +01:00
Pinafore-Web-Client-Frontend/routes/_actions/postPrivacy.js
Nolan Lawson 3dc46791e9 refactor
2018-03-03 14:51:48 -08:00

7 lines
162 B
JavaScript

import { store } from '../_store/store'
export function setPostPrivacy (realm, postPrivacyKey) {
store.setComposeData(realm, {postPrivacy: postPrivacyKey})
}