0
0
Fork 0

Add the default unlurk property to the database

This commit is contained in:
Oliver Akins 2022-07-26 18:51:01 -06:00
parent ac7d4bc7cf
commit c6fdf56f72
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -5,6 +5,7 @@ interface lurk_message {
interface database {
[index: string]: {
unlurk_default: string;
lurkers: {[index: string]: string}
messages: {[index: string]: lurk_message}
};