mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 13:11:12 -06:00
bit more progress
This commit is contained in:
parent
c23075cac2
commit
5acca2a735
11 changed files with 99 additions and 98 deletions
|
|
@ -15,7 +15,7 @@ type postIndexEntry struct {
|
|||
statusID string
|
||||
}
|
||||
|
||||
func (p *postIndex) index(i *postIndexEntry) error {
|
||||
func (p *postIndex) insertIndexed(i *postIndexEntry) error {
|
||||
|
||||
if p.data == nil {
|
||||
p.data = &list.List{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue