feat: meeting room locking

This commit is contained in:
2026-03-17 17:11:22 +00:00
parent c4dd7302bc
commit 76aeca3de6
4 changed files with 278 additions and 1 deletions
+4
View File
@@ -34,3 +34,7 @@ func (s *Service) IsTempChannel(ctx context.Context, guildID, channelID int64) (
return s.settings.IsMeetingTempChannel(ctx, guildID, channelID)
}
func (s *Service) GetTempChannelOwner(ctx context.Context, guildID, channelID int64) (createdBy int64, ok bool, err error) {
return s.settings.GetMeetingTempChannelOwner(ctx, guildID, channelID)
}