mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:32:25 -05:00
[bugfix] Fix new domain block date (#893)
This commit is contained in:
parent
f8528aa689
commit
5cf0f9950a
4 changed files with 11 additions and 14 deletions
|
|
@ -28,7 +28,7 @@ import (
|
|||
// Domain contains DB functions related to domains and domain blocks.
|
||||
type Domain interface {
|
||||
// CreateDomainBlock ...
|
||||
CreateDomainBlock(ctx context.Context, block gtsmodel.DomainBlock) Error
|
||||
CreateDomainBlock(ctx context.Context, block *gtsmodel.DomainBlock) Error
|
||||
|
||||
// GetDomainBlock ...
|
||||
GetDomainBlock(ctx context.Context, domain string) (*gtsmodel.DomainBlock, Error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue