1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 06:47:19 +01:00

7 lines
164 B
JavaScript
Raw Normal View History

2018-03-03 14:15:50 -08:00
import { store } from '../_store/store'
export function setPostPrivacy (realm, postPrivacyKey) {
store.setComposeData(realm, { postPrivacy: postPrivacyKey })
2018-03-03 14:15:50 -08:00
}