GoToSocial/internal/db
kim c013892ca2
[chore] replace statuses.updated_at column with statuses.edited_at (#3636)
* update statuses table to replace updated_at column with edited_at

* code comment

* better code comments, fix setting of status + edit + mention + poll database times

* fix log to logf call

* fix status.EditIDs not being carried over in dereferencer.encrichStatus()

* move status.EditID setting into handleStatusEdit()
2025-01-08 11:29:23 +01:00
..
bundb [chore] replace statuses.updated_at column with statuses.edited_at (#3636) 2025-01-08 11:29:23 +01:00
postgres
sqlite
test [chore] replace statuses.updated_at column with statuses.edited_at (#3636) 2025-01-08 11:29:23 +01:00
account.go
admin.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
advancedmigration.go
application.go
basic.go [feature] Add healthcheck endpoints /livez and /readyz (#2783) 2024-03-25 17:05:14 +00:00
conversation.go
db.go
domain.go
emoji.go
error.go
filter.go
headerfilter.go
instance.go
interaction.go [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
list.go
marker.go
media.go
mention.go
move.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +01:00
notification.go
params.go
poll.go
relationship.go
report.go
rule.go
search.go
session.go
sinbinstatus.go
status.go
statusbookmark.go
statusedit.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
statusfave.go
tag.go
thread.go
timeline.go
tombstone.go
user.go
util.go
workertask.go