forked from jmug/stoatchat
feat(core): separate limits for new user accounts
This commit is contained in:
@@ -81,6 +81,7 @@ pub async fn message_send(
|
||||
channel,
|
||||
data,
|
||||
v0::MessageAuthor::User(&author),
|
||||
user.limits().await,
|
||||
idempotency,
|
||||
permissions.has_channel_permission(ChannelPermission::SendEmbeds),
|
||||
allow_mentions,
|
||||
|
||||
Reference in New Issue
Block a user