Compare commits
2 Commits
ad52f14751
...
71400f9397
| Author | SHA1 | Date | |
|---|---|---|---|
| 71400f9397 | |||
| d3fef2a271 |
@@ -129,7 +129,6 @@ CREATE TABLE follow_events(
|
|||||||
CREATE TABLE bits_events(
|
CREATE TABLE bits_events(
|
||||||
event_id INTEGER PRIMARY KEY REFERENCES events (event_id),
|
event_id INTEGER PRIMARY KEY REFERENCES events (event_id),
|
||||||
event_type TEXT NOT NULL DEFAULT 'bits' CHECK (event_type = 'bits'),
|
event_type TEXT NOT NULL DEFAULT 'bits' CHECK (event_type = 'bits'),
|
||||||
user_id TEXT NOT NULL,
|
|
||||||
bits INTEGER NOT NULL,
|
bits INTEGER NOT NULL,
|
||||||
bits_type TEXT NOT NULL,
|
bits_type TEXT NOT NULL,
|
||||||
message TEXT,
|
message TEXT,
|
||||||
|
|||||||
@@ -319,6 +319,7 @@ class TrackerComponent(cmds.Component):
|
|||||||
Scopes.bits_read,
|
Scopes.bits_read,
|
||||||
Scopes.channel_read_polls,
|
Scopes.channel_read_polls,
|
||||||
Scopes.channel_read_vips,
|
Scopes.channel_read_vips,
|
||||||
|
Scopes.moderator_read_followers,
|
||||||
*scopes
|
*scopes
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user